jQuery Book: Selecting Elements
august 2010 by jpcody
Contains good advice on speed enhancements for JS.
If you've made a selection that you might need to make again, you should save the selection in a variable rather than making the selection repeatedly.
jquery
speed
selectors
If you've made a selection that you might need to make again, you should save the selection in a variable rather than making the selection repeatedly.
august 2010 by jpcody