I want to open the the .html file from my .js file. So I Used the $.mobile.changePage(\"file.html\"). In the file.html have file.js. But The file.js does not call when the f
Jquery mobile gets pages via AJAX and adds their content to the current page. I saw some notices about changing the page title to the incoming one, so they are (planning?) accessing the head, but at the moment jquery mobile doesn't seem to load external js when loadin a page.
More importantly - if you use $(document).ready() it will not be triggered, because it was AJAX