Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 174 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 174 Bytes

_$

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

Use:

_$('#selector')

instead of

$('#selector')

to cache the selection.