1.0.1 • Published 10 years ago

desandro-classie v1.0.1

Weekly downloads
1,479
License
MIT
Repository
github
Last release
10 years ago

Classie - class helper functions

Ripped from bonzo :heart: @ded

classie.has( element, 'my-class' ) // returns true/false
classie.add( element, 'my-new-class' ) // add new class
classie.remove( element, 'my-unwanted-class' ) // remove class
classie.toggle( element, 'my-class' ) // toggle class

Package management

Install with Bower :bird: bower install classie

Install with npm npm install desandro-classie

Install with Component component install desandro/classie

MIT license

classie is released under the MIT license.