jQuery mobile automatically adds classes to all elements on my page on loading... this really messes up the jQuery UI widgets I have on the page. Is there any way to prevent
You can ask jquery mobile not to touch your widget by putting the attribute below:
data-role="none"