javascript - Changes made from js files are not being rendered and cannot be debugged -
i have html page (inicio.html) loads js scripts. js script there navigation page in different html file (test.html) , different set of js files.
the problem when changepage ($.mobile.changepage("test.html");) , new page loaded new js files kept in files http://localhost:8080/cdmweb/resources/scripts/jquery/2.0.3/jquery-2.0.3.min.js/eval/seq/2
the js functions being executed because console.log messages in them shown. changes js scripts should in page not rendered , js cannot debuged (using firebug).
i loading js scripts tag in html file, have tried $.getscript function same result. using jquery 2.0.3 , jquery-mobile 1.3.1.
from saw reason why js files kept because retrieved using ajax. there way prevent , retrieve file "normally"? or there missing (probably)?
have here:
jquery mobile - $.mobile.changepage not loading external .js files
you should consider loading needed js in main page, , not in page changing to.
Comments
Post a Comment