Is there a small and clean jQuery-like library that focuses only on HTML5?

1k views Asked by At

jQuery can do some nice things for you. It also frees you from having to take care for different browsers. The tradeoffs are the size and readability jQuery's own code.

Is there a similar library that purely relies on the new HTML5 APIs like draggable, querySelector, postMessage, etc. ? It should support jQuery's basic stuff, such as querying, basic animation, drag&drop, xhr, etc.

Thx, Juve

[Edit] 9muses proposed zepto.js, which might be a good starting point.

2

There are 2 answers

2
AudioBubble On BEST ANSWER

Check out Zepto, might be something for you.

0
Phil C On

I have not seen one that looks at those features specifically but you might find something here: http://plugins.jquery.com/plugin-tags/html5