How to force IE to reload javascript?

后端 未结 10 1367
清酒与你
清酒与你 2020-12-12 20:41

I\'m using IE 8 on Vista, and everytime I change a javascript file and then start debugging, I have to hit Ctrl+F5 to have it reload my javascript. Is there any way to make

10条回答
  •  -上瘾入骨i
    2020-12-12 21:13

    To eliminate the need to repeatedly press F5 in an IE tab while developing a website, use ReloadIt.

    enter image description here

    For each webpage displayed in IE, you can configure a filename, a directory, or a set of them. If any change occurs in any of those configured paths, ReloadIt refreshes the IE tab. A simple tool. It just works.

    This will reload everything, not just javascript.

提交回复
热议问题