underscore_selector

3.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i underscore_selector

Weekly Downloads

10

Version

3.0.0

License

ISC

Last publish

Collaborators

  • luigisenzamici