@jtorm/find-method

1.0.0 • Public • Published

jTorm Find Method

Find an element.

Install

npm install @jtorm/find-method

Properties

Option Type Required Description
e string true Element.

Example

->find(e: 'a[href="' + currentUrl + '"]')
->attr {
    n: 'class';
    v: 'active';
    m: 'a';
}

Readme

Keywords

none

Package Sidebar

Install

npm i @jtorm/find-method

Weekly Downloads

2

Version

1.0.0

License

GPL-3.0

Unpacked Size

1.13 kB

Total Files

3

Last publish

Collaborators

  • jtorm