$ git clone https://github.com/oyvindhermansen/miniQuery.git && cd miniQuery
$ npm install
- For development use:
$ npm run develop
- For production use:
$ npm run production
Available methods
mQ(selector)
can chain these methods:
html()
on()
loop()
addClass()
removeClass()
hasClass()
css()
wipeAttr()
addAttr()
getAttr()
destroy()
hide()
show()