yolo-selector

1.0.0 • Public • Published

yolo-selector Build Status

Select obsolete HTML elements using jQuery.

The original list of elements comes from the Mozilla Documentation.

Install

$ npm install yolo-selector

Usage

const jQuery = require('jquery');
const instalYolo = require('yolo-selector');
 
instalYolo(jQuery);
 
$(':yolo').css({ border: '5px solid red' });

API

installYolo(jQuery)

jQuery

Type: object

The jQuery object.

License

MIT © Javier Cardona

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i yolo-selector

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • javver