tags:

views:

238

answers:

3

Does anyone have a snippet to load jquery onto any page from firebug? I often come across sites that I would prefer to inspect using familiar jq syntax.

For example, say I want to extract a list of prices from a page - it would be nice to launch firebug, install jquery from the google CDN, and type $('li.prices').each(...).

+1  A: 

Check out FireQuery

PetersenDidIt
+3  A: 

Just saw this bookmarklet for injecting jQuery in another thread

EMiller
A: 

check out jQuerify

Chad
This is an older version of EMiller's suggestion.
Bennett McElwee