Improve Your jQuery Knowledge with the Source Viewer

By | | JavaScript & CSS

4

jQuery source viewerjQuery is a great JavaScript framework. However, as with any library, sometimes it’s necessary to get under the hood to discover what’s going on. Perhaps it’s because you’re tracing a bug or are just curious about how jQuery achieves a particular UI effect.

Although jQuery compresses to under 70Kb, the uncompressed file comprises 6,000 lines of JavaScript code. Your text editor or IDE may offer a function list, but there are dozens of methods to wade through and it’s not always easy to find the code block you need. Fortunately, UK web developer James Padolsey has come up with a neat solution — the jQuery source viewer.

jQuery source viewer

The tool will find the code for any function name you enter (note that names are case-sensitive). By default, it will return version 1.4 code, but versions 1.3.2 and 1.2.6 are also available.

Other jQuery methods are highlighted and click-able so it’s easy to jump to other code blocks. You can also find functions from the URL, e.g.

The tool’s a fantastic idea and will certainly save time when hunting through the jQuery source. Thanks James. My only request: a case-insensitive auto-suggest box would make it absolutely perfect.

Written By:

Craig Buckler

Craig is a Director of OptimalWorks, a UK consultancy dedicated to building award-winning websites implementing standards, accessibility, SEO, and best-practice techniques.

Website
>> More Posts By Craig Buckler

 

{ 4 comments }

w1nk5 March 11, 2010 at 4:36 am

Anyone know where else we can get this? The links in the article no longer work.

Thanks

Montoya February 24, 2010 at 3:35 am

“comprises,” not “comprises of.” Otherwise thanks for the great article!

Colin February 19, 2010 at 10:22 am

James is a legend and this tool is extremely useful if you need/want to know what’s going on under the hood!

Louis Simoneau February 18, 2010 at 10:41 am

Looks like a great tool. Thanks for the heads-up, Craig!

Comments on this entry are closed.