top | item 6645544

(no title)

salimane | 12 years ago

is there any small library ala "notjquery.js" that is a drop in replacement for jquery but that calls the browser native stuff directly ? serious question ?

discuss

order

spamizbad|12 years ago

You probably want something like Zepto.js. I'd also look into Lo-dash, which is a better, more functional-friendly version of Underscore.js that provides a ton of useful helper functions.

Be warned: Zepto doesn't claim to support any version of IE, so if you need IE support you'll want to fall back to jquery (yepnope works. Conditional HTML won't in IE10+).

Sivart13|12 years ago

jQuery is a map between its own small grammar and "the browser's generic stuff". You're thinking of jQuery.

manojlds|12 years ago

Smaller than jquery would be Zepto.js