jQuery source viewer


        

Meta

See the related blog post: Under jQuery's Bonnet

I was sick and tired of having to scroll through a raw copy of jQuery everytime I wanted to view a method's implementation... so I decided to have a go at creating a faster, more usable interface which would allow me to quickly traverse each method's source. It's dead simple. Type in a jQuery method name (then wait a bit) and the corresponding source will show up.

It even works on internally defined functions (and anything really), so try typing 'buildFragment' or 'rscript'...

This was created by James Padolsey.
jQuery is an open-source JavaScript library.
This page uses SHJS, Ben Alman's BBQ library and Einar Lielmanis's 'js-beautify'