jQuery source viewer


jQuery source viewer

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.

Related Posts