vot.js - v2.4.12
Preparing search index...
@vot.js/node
<internal>
Dom
Class Dom
Index
Constructors
constructor
Properties
raw
HTML
Methods
get
Element
By
Id
get
Elements
By
Attribute
get
Elements
By
Class
Name
get
Elements
By
Name
get
Elements
By
Tag
Name
Constructors
constructor
new
Dom
(
rawHTML
:
string
)
:
Dom
Parameters
rawHTML
:
string
Returns
Dom
Properties
raw
HTML
rawHTML
:
string
Methods
get
Element
By
Id
getElementById
(
id
:
string
)
:
null
|
Node
Parameters
id
:
string
Returns
null
|
Node
get
Elements
By
Attribute
getElementsByAttribute
(
attributeName
:
string
,
attributeValue
:
string
)
:
Node
[]
Parameters
attributeName
:
string
attributeValue
:
string
Returns
Node
[]
get
Elements
By
Class
Name
getElementsByClassName
(
className
:
string
)
:
Node
[]
Parameters
className
:
string
Returns
Node
[]
get
Elements
By
Name
getElementsByName
(
name
:
string
)
:
Node
[]
Parameters
name
:
string
Returns
Node
[]
get
Elements
By
Tag
Name
getElementsByTagName
(
tagName
:
string
)
:
Node
[]
Parameters
tagName
:
string
Returns
Node
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
raw
HTML
Methods
get
Element
By
Id
get
Elements
By
Attribute
get
Elements
By
Class
Name
get
Elements
By
Name
get
Elements
By
Tag
Name
vot.js - v2.4.12
Loading...