kupriyanenko / jbone

JavaScript Library for Events and DOM manipulation. Replaces jQuery for Backbone (2.5kb gzipped)
http://jbone.js.org
MIT License
279 stars 35 forks source link

What are the differences between jbone and zepto.js? #21

Closed FuDesign2008 closed 10 years ago

FuDesign2008 commented 10 years ago

Hello, kupriyanenko

What are the differences between jbone and zepto.js? Is jbone just an another zepto.js ?

elprogresivo commented 10 years ago

The main differences are:

  1. size, jBone is 2.5kb only;
  2. speed, jBone is much faster in all tests than zepto, and jQuery.
kupriyanenko commented 10 years ago

Thanks @elprogresivo

@FuDesign2008 jBone is ideal solution for mobile application or application for modern browsers when speed and size is critical for you, especially if you use Backbone. jBone is much faster then jQuery and Zepto.