jquery mobile loadPage not working
问题 well, i did this question fill days ago, but dont know if i was clear. so, i made something more simple now using another function $.mobile.loadPage what i'm trying to do is just load a content from another file to a div, just like $.ajax using normal jquery. in my main page: <div data-role="page"> <button id="load" style="border: solid blue;">Click here to load</button> <div data-role="content" id="target"> <!-- ajax load here --> </div> </div> this is the html from another file: <div id=