NoQuery
This project is intended to ease the use of simple JS functionalities and minimize code.
- No dependencies
- AMD, Node & browser ready
Install
You can install it with :
npm install noquery --save
Selectors
// get by id ; // get by class name ; // get by element name ; // get by element tag name ; // get element by query selector ; // getAttribute of name ; // getAttribute of name from nodelist 0;
Elements
// executes callback if the selector exists NQ;
Validation
// returns true/false based on the given param NQ