fd-select

1.3.3 • Public • Published

fd-select

Build Status npm version

Select DOM elements, FD style.

Installation

npm install fd-select --save

Usage

var select = require('fd-select').select;
var selectOne = require('fd-select').selectOne;
 
var foo = select(document)('.foo');
// or
var foo = select('.foo');
// ^ foo is an array!
 
var foo = selectOne('.foo');
// ^ foo is the first element!

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.3
    7
    • latest

Version History

Package Sidebar

Install

npm i fd-select

Weekly Downloads

7

Version

1.3.3

License

MIT

Last publish

Collaborators

  • hemanth
  • schtoeffel