1.0.0 • Published 8 months ago

@jtorm/document-model v1.0.0

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

jTorm Document Model

HTML Document wrapper.

Install

npm install @jtorm/document-model

Methods

select

Select an element by CSS selector.

OptionTypeDescription
selectorstringCSS selector

selectAll

Select all elements by CSS selector.

OptionTypeDescription
selectorstringCSS selector

set

Select an element with the select method, and if element exists, process the callback.

OptionTypeDescription
selectorstringCSS selector
fnfunctionCallback function with the element as a parameter

head

Get the head inner HTML of the document.

body

Get the body inner HTML of the document.

html

Get the complete HTML of the document.

1.0.0

8 months ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago