1.0.0 • Published 8 months ago

@jtorm/find-method v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
gitlab
Last release
8 months ago

jTorm Find Method

Find an element.

Install

npm install @jtorm/find-method

Properties

OptionTypeRequiredDescription
estringtrueElement.

Example

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

8 months ago

0.0.2

2 years ago

0.0.1

2 years ago