usel

2.0.1 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i usel

Weekly Downloads

0

Version

2.0.1

License

MIT

Last publish

Collaborators

  • luigisenzamici