Monday, May 20, 2024
169
rated 0 times [  175] [ 6]  / answers: 1 / hits: 30488  / 9 Years ago, wed, april 29, 2015, 12:00:00

In IE11 I can right click on a webpage and call the Inspect Element tool. This allows me to modify HTML/CSS dynamically and is extremely useful.



enter



I can choose Edit as HTML and do whatever I want without having to reload the page.



enter



What I want is to be able to do the same in IE 11's Javascript debugger. I want to modify a script in the browser so that I do not have to reload the page entirely. The page I am working on takes 20-40seconds to load when I run it locally, meaning it takes about a minute to implement even the smallest changes in my file.js.



Can this be done?


More From » internet-explorer

 Answers
44

If the JS code is embed into the HTML it should work without any problems but if it's stored I an other file you probably can't edit it in the browser. I recommend using Firefox or chrome. Both have got an inbuilt and very useful editors which can edit HTML as well as Js and CSS .


[#66824] Tuesday, April 28, 2015, 9 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
susand

Total Points: 690
Total Questions: 101
Total Answers: 104

Location: Lesotho
Member since Wed, Jun 2, 2021
3 Years ago
;