jQuery logging in IE: how to get object?

前端 未结 1 392
轻奢々
轻奢々 2021-01-17 18:59

Via Firefox+Firebug one can write out to the console a jQuery object and the console will, in great detail, show you what that particular object is referring to in the DOM.<

相关标签:
1条回答
  • 2021-01-17 19:29

    One way would be to use Firebug Lite for IE with the same call to console.log. You can either include it as a script resource in the target page or save it as a bookmarklet in IE and load it whenever it's needed.

    0 讨论(0)
提交回复
热议问题