git ssb

0+

dangerousbeans / hyperstraptabs



forked from Dominic / hypertabs
Tree:
๐Ÿ“„.npmignore
๐Ÿ“„LICENCE
๐Ÿ“„Makefile
๐Ÿ“„README.md
๐Ÿ“example
๐Ÿ“„index.js
๐Ÿ“„package.json
README.md

class-list

A cross browser class list

Example

var elem = someElement
    , ClassList = require("class-list")
    , cl = ClassList(elem)

cl.add("foo")
cl.remove("bar")
cl.toggle("baz")

Installation

npm install class-list

Contributors

MIT Licenced

Built with git-ssb-web