Running jQuery call in Firebug Console

后端 未结 2 1482
被撕碎了的回忆
被撕碎了的回忆 2021-02-09 10:18

Sorry, new to Firebug. I really find being able to run javascript in the Firebug console window helpful. However, I don\'t seem to be able to run jQuery calls in the console.

相关标签:
2条回答
  • 2021-02-09 10:42

    Like others have said, it wont work unless you have jquery included on the page. However, you can easily include jQuery on any page with this bookmarklet: http://www.learningjquery.com/2009/04/better-stronger-safer-jquerify-bookmarklet

    0 讨论(0)
  • 2021-02-09 10:45

    Just put this before your code in firebug console:

    include("jquery");

    more...

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