Console.log messages not showing up in Chrome's javascript console?

前端 未结 9 1811
无人共我
无人共我 2020-12-09 01:47

I am logging using the jQuery.log plugin (which logs to console.log if available) and I am not seeing any of the logging messages appear in the Chrome JavaScript console.

9条回答
  •  借酒劲吻你
    2020-12-09 02:04

    For me, it was because the script was being cached and the browser was not loading my latest version.

    Try Ctrl+F5 to reload your page.

提交回复
热议问题