Use just JQuery mobile form element wrapping
I wrote a site using JQuery, but it needs to work on Android 2.2 browsers; when I tested there, there were many issues with unresponsive form inputs and form inputs not updating.
I want to switch the form inputs to JQM form inputs to see if that fixes the problems, and to take advantage of the improved look and feel. However, I don't want to use the rest of JQM - I have a lot of custom data/form handling, and I already do my own page transitions. Is there a way to use JQM form inputs without it taking over my form submissions?
Thanks,
Craig