/Selector-Cache

Cache those jquery selectors you plan on being static

Primary LanguageJavaScript

_$

A lightweight memoized cache for jQuery selectors. Minified source fits in a tweet.

Use:

_$('#selector')

instead of

$('#selector')

to cache the selection.