Is there an unobtrusive mode for jQuery Mobile?
I'd like to use the styles and functionality of the lists, inputs, buttons, alerts, toolbars, etc. without it taking over the entire site. Similar to the way jQuery UI works - just pick components.
For example, when I add jQuery Mobile, it completely changes the way my page looks & works. The background is gone, the markup is restructured, links & forms become ajax, etc.
I tried disabling ajax (see code) but jQuery mobile still completely restructured & restyled my page.
$.mobile.ajaxLinksEnabled = false;