JQuery Mobile & Ajax load()
Hi!
In my App i load a flip toggle switch via $( "#obj" ).load("index.php?blabla"): into my app. That works fine, but the loaded flip toggle switch looks like a normal <select>-Object.
All ajax inserted elements does not look like jquerymobile, How can i change this?
Thx