Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

fd-select

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fd-select

Select DOM elements, FD style.

latest
Source
npmnpm
Version
1.3.3
Version published
Maintainers
2
Created
Source

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!

Keywords

fp-dom

FAQs

Package last updated on 06 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts