Debug web pages with Jquery and Jash

I have a new toy I’m quite enamoured with. After a double helping of jQuery first from Jon Resig at @media Ajax and then from Simon Willison at barcamp I just had to take a look. My favourite part was probably Simon showing off his Insert jQuery bookmarklet – hacking around with the Google home page design on the firebug command line. The idea of having a command line to play around with any web page I come across appeals to my geekier side.

I spend more time in Safari than Firefox these days mainly as I find it feels snappier and is generally more stable. The only real downside is the lag of Firebug. A quick look at Firebug Lite revealed it doesn’t work in Safari but a little searching later I found Jash. The Insert jQuery and Insert Jash bookmarklets now have pride of place in my bookmark bar.

So what to do with my new toy? Let’s hide all the paragraphs! (for no other reasons than we can).

$("p").hide("slow")

So, redesign any web page you visit via a quick to access command line? What’s not to like?

Comments

  1. [...] talked about having fun with jQuery using Jash and Firebug before after seeing Simon throw the Google homepage around at barcamp. [...]

    Morethanseven > Insert Dojo and YUI bookmarklets - 8th December 2007

  2. [...] came across this in a recent post at Morethanseven, but the Simon Willison post is from August, so this is probably a bit of old news. I’m still [...]

    Insert jQuery into any page using a bookmarklet | rdmey - 10th December 2007

  3. [...] be used to inject libraries into any site, allowing you to explore each page with the benefit of JQuery, Dojo, or Yui, for [...]

    Ajax Performance > Jash: An alternative to Firebug Lite - 11th December 2007

  4. [...] you miss Firebug as you are in Safari land, give it a go) and has bookmarklets that allow you to debug web pages with jQuery or Dojo, or [...]

    Javascript News > Blog Archive > Sucking in Dojo, YUI, or jQuery into any page - 11th December 2007

  5. Is there any example like this with prototypejs? and maybe scriptaculous :) it may be funny to adding dhtml effects to the page from command line.

    araba - 19th May 2008

Comments are now closed.