underscore_selector
v3.0.0
Published
(DEPRECATED) it's only a test! [see USel package]
Readme
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
Tests
No unit test for now.
Contributors
Author
Luigi Senzamici - - [email protected]
License
ISC
