jQuery Tips and Tricks
- by roosteronacid
Miscellaneous
Creating an HTML Element and keeping a reference, Checking if an element exists, Writing your own selectors by Andreas Grech
The data function - bind data to elements by TenebrousX
The noConflict function - Freeing up the $ variable by Oli
Check the index of an element in a collection by redsquare
The jQuery metadata plug-in by kRON
Live event handlers by TM
Isolate the $ variable in noConflict mode by nickf
Replace anonymous functions with named functions by ken
Microsoft AJAX framework and jQuery bridge by Slace
jQuery tutorials by egyamado
Remove elements from a collection and preserve chainability by roosteronacid
Declare $this at the beginning of anonymous functions by Ben
FireBug lite, Hotbox plug-in, tell when an image has been loaded and Google CDN by Colour Blend
Judicious use of third-party jQuery scripts by harriyott
The each function by Jan Zich
Form Extensions plug-in by Chris S
Syntax
No-conflict mode by roosteronacid
Shorthand for the ready-event by roosteronacid
Line breaks and chainability by roosteronacid
Nesting filters by Nathan Long
Cache a collection and execute commands on the same line by roosteronacid
Contains selector by roosteronacid
[Defining properties at element creation][26] by roosteronacid
Optimization
Optimize performance of complex selectors by roosteronacid
The context parameter by lupefiasco
Save and reuse searches by Nathan Long