@f/matches-selector

1.0.1 • Public • Published

matches-selector

Build status Git tag NPM version Code style

Polyfill for Element.prototype.matches

Installation

$ npm install @f/matches-selector

Usage

var matchesSelector = require('@f/matches-selector')


if (matchesSelector(':hover"'))

API

matchesSelector(node, selector)

  • node - DOM Element
  • selector - Selector. E.g. :hover, .modal.

Returns: Boolean indicating whether or not node matched selector.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @f/matches-selector

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • f