Archive for October 2008
01.10.2008
jQuery Javascript Console Bookmarklet
jQuery console is a short bookmarklet that, when activated, loads jQuery into the current page (from Google’s hosted AJAX libraries) then overlays an interactive Javascript console permitting the evaluation of arbitrary expressions. Successive clicks will toggle the console’s visibility. It’s useful for using jQuery to quickly manipulate pages that don’t already include the library or for adding rudimentary console features to browsers other than Firefox.
Quick action shot:
WordPress doesn’t seem to let me paste the code inline so you’ll need to click the link below then drag the jQuery console link into your bookmarks bar:
As usual, sources at github.

