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

No addClass / hasClass / removeClass #40

Closed andreszs closed 9 years ago

andreszs commented 9 years ago

Lack of classes manipulation render this library almost totally obsolete for production. Please update it if you want to see more users cliking the Star button on this project.

kupriyanenko commented 9 years ago

Hi @andreszs,

I added this methods, but you should understand that it's implemented via Element.classList, and you can use it only with modern browsers, if you want to use it with old browsers, you should add shim for classList. I will add it to README soon.

kupriyanenko commented 9 years ago

Released in 1.0.23