I have a Sharepoint application that we're using with mobile browsers. All I'm using from JQuery mobile are the touch event handlers.

JQuery mobile adds classes to the dom to make web pages more mobile friendly, but it's wreaking havoc on Sharepoints automated CSS handling.

Is there a way to tell JQuery Mobile not to mess with the DOM?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

You could use just the jQM libraries you need as they have decoupled the widgets now:

You can read more about this in the release notes here:

Also you can use native form elements as well:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.