sorry about the unclear title. Here's the scenario
/index.php
/myjavascriptfile.js
The myjavascriptfile.js is included in my index.php file.
I run index.php play with my codes etc... Now, I make a change in myjavascriptfile.js and must refresh index.php file for the changes to take effect.
I noticed using firebug we can make changes to the HTML Output in the console etc..., so can I make the browser reload just the myjavascriptfile.js without me reloading the whole index.php file?
In normal cases I wouldn't mind but in the current situation, if I could do this, it will be awesome!
Question
roosevelt
Hi guys,
sorry about the unclear title. Here's the scenario
/index.php
/myjavascriptfile.js
The myjavascriptfile.js is included in my index.php file.
I run index.php play with my codes etc... Now, I make a change in myjavascriptfile.js and must refresh index.php file for the changes to take effect.
I noticed using firebug we can make changes to the HTML Output in the console etc..., so can I make the browser reload just the myjavascriptfile.js without me reloading the whole index.php file?
In normal cases I wouldn't mind but in the current situation, if I could do this, it will be awesome!
Link to comment
Share on other sites
3 answers to this question
Recommended Posts