desandro-classie
v1.0.1
Published
class helper functions
Downloads
6,248
Readme
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.