JavaScript file not updating no matter what I do

前端 未结 13 876
粉色の甜心
粉色の甜心 2021-01-30 03:14

I have an external JavaScript file and whether in FireFox or Chrome, whether all browsing data is cleared, it will NOT update no matter what. I believe something happen

13条回答
  •  自闭症患者
    2021-01-30 03:31

    The solution I use is. Using firefox
    1. using web developer --> Web Console
    2. open the java-script file in new tab.
    3. Refresh the new tab you should see your new code.
    4. Refresh the original page
    5. You should see your changes.

提交回复
热议问题