Firebug says “No Javascript on this page”, even though JavaScript does exist on the page

后端 未结 17 2156
清歌不尽
清歌不尽 2020-11-30 00:25

Why does Firebug say there is No Javascript on this page when there are clearly loads of JavaScript on the page. I even reloaded the page several time to make s

17条回答
  •  借酒劲吻你
    2020-11-30 01:02

    As mentioned, sometimes there's a Javascript syntax error that invalidates the whole script. But I have also had this, and simply opening up the page in a new tab or window and refreshing firebug (disable, enable) gets the javascript to show up again.

提交回复
热议问题