I’m working on a web app that has its own look and feel. I want to use jQuery Mobile for the touch events support only.
When I link jquery.mobile.min.js (without li
If you want to use jQuery mobile for touch events only, add this piece of script before you load the jQuery mobile library:
This prevents jquery mobile from initializing the page and touching the DOM, thus leaving your layout alone.