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!

Readme

Keywords

Package Sidebar

Install

npm i fd-select

Weekly Downloads

3

Version

1.3.3

License

MIT

Last publish

Collaborators

  • hemanth
  • schtoeffel