login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

Over the past few months it’s become clear to me exact... jQuery is an exceptionally clever piece of engineering. ... encapsulates an extraordinary range of common functional... a clever plugin API for any functionality not included b...
Most introd

jQuery for JavaScript programmers
http://simonwillison.net/2007/Aug/15/jquery/

Categories

/Channels/techie/JavaScript

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

Over the past few months it’s become clear to me exactly how wrong I was. jQuery is an exceptionally clever piece of engineering. It neatly encapsulates an extraordinary range of common functionality, and provides a clever plugin API for any functionality not included by default. It takes a core abstraction—that of a selection of DOM elements—and extracts as much mileage out of it as possible. Most importantly, it does so in a way that obeys best practices and plays well with other JavaScript code.

Most introductions to jQuery focus on designers and inexperienced developers. I’m going to try to explain why jQuery should be of interest to experienced programmers as well.

HTML

<p>Over the past few months it&#x2019;s become clear to me exactly how wrong I was. jQuery is an exceptionally clever piece of engineering. It neatly encapsulates an extraordinary range of common functionality, and provides a clever plugin API for any functionality not included by default. It takes a core abstraction&#x2014;that of a selection of DOM elements&#x2014;and extracts as much mileage out of it as possible. Most importantly, it does so in a way that obeys best practices and plays well with other JavaScript code.</p> <p>Most introductions to jQuery focus on designers and inexperienced developers. I&#x2019;m going to try to explain why jQuery should be of interest to experienced programmers as well.</p>