3.0.0 • Published 7 years ago

underscore_selector v3.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

README

U (underscore-selector)

A lightweight selector for DOM manipulation

Code Example

var U = require('underscore_selector'); U('div.ugly').css({display:'none'}); U('div.beautiful').css({display:'block', zIndex:10000});

Motivation

U stay for Undercore 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 underscore_selector

API

get API doc Here!

Tests

No unit test for now.

Contributors

Author

Luigi Senzamici - - luigisenzamici@gmail.com

License

ISC

3.0.0

7 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago