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

前端 未结 9 1792
无人共我
无人共我 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:14

    I am not sure if this is the case, but if you are using firebug with chrome, you have to turn firebug off in order for console.log() to work in Developer Tools.

提交回复
热议问题