2.0.1 • Published 7 years ago

usel v2.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

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 --save

API

get API doc Here!

Tests

No unit test for now.

Contributors

Author

Luigi Senzamici luigisenzamici@gmail.com

License

MIT