0
Under review

J Query

Mark Barbaric 10 years ago in General updated by Alexander Blach (Developer) 10 years ago 1
Hi Guys,

I was just wondering what is the best way to load J Query onto websites I am working on in Textastic. I have heard that a specific file is needed to compensate for lack of mouse when coding on an iPad or iPhone. Otherwise I think that the app is brilliant.

Thanks,

Mark



Under review
Hello,

you can just use the methods described at http://jquery.com/download/

The easiest way probably is to use one of the CDNs. Just make sure that you add "http" or "https" in front of the URL so that it works with Textastic's web preview:

<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>

Maybe you are referring to the onclick delay on mobile devices? You can use jQuery's tap event instead of onclick to eliminate the delay: http://api.jquerymobile.com/tap/