jQuery alternative – zepto.js

By eidias on (tags: javascript, zepto, categories: tools, web)

If for some reason you think that jQuery is ‘too much’ to use in your web app, then here’s an interesting alternative – zepto.js

Taken from their website:

Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API. If you use jQuery, you already know how to use Zepto.

I guess it’s worth giving a shot, especially if you need to create something with a small footprint.

Cheers