usel
v2.0.1
Published
A lightweight selector for DOM manipulation, quicker and lightweighter than JQuery
Maintainers
Readme
README
USel
A lightweight selector for DOM manipulation, quicker and lightweighter than JQuery
Code Example
var U = require('usel');
U('div.ugly').css({display:'none'});
U('div.beautiful').css({display:'block', zIndex:10000});Motivation
U stay for Universal Selector, a simple selector JQuery like that contain only most used method. That allow you to don't load all JQuery for simple operation. It's also simply digit it, [shift-U and shift-(] are near and may digit it with only one hand.
Installation
npm install usel --saveAPI
Tests
No unit test for now.
Contributors
Author
Luigi Senzamici [email protected]
License
MIT
