Response title
This is preview!
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 (no page, no ui enhancements).
When I link jquery.mobile.min.js (without linking the css), then the layout of my page is broken.
How can I configure (initialize) jQuery Mobile to only use touch events support?
See this example in jsfiddle: http://jsfiddle.net/redhotsly/JGgrw/. The html contains a <button> but jQuery Mobile created a <span> to its left. If you inspect the resulting markup (F12) you will see that jQuery Mobile also added a CSS class to my button.
Thanks,
Sly
© 2013 jQuery Foundation
Sponsored by and others.