List Headline Image
Updated by Sudhakaran Packianathan on Dec 23, 2014
 REPORT
3 items   1 followers   0 votes   6 views

JQuery resources

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.

Selectors

Original lab by Karl Swedberg Enhanced by Cody Lindley. FYI (ie6 != supported)

Learning jQuery using jQuery Lab

jQuery is a javascript library that helps developer to write browser compatible and less javascript code. jQuery library is written completely in javascript only. The DOM is mess and its behavior is different in all n-number of browsers.