2020.2

Table Of Contents
Function Description
"empty()" on
page1359
Removes the contents (child elements and inner HTML) from the current
element.
"find()" on
page1360
Performs a search for a text in the children of the current HTML element
and returns a new result set with elements that surround the occurrences.
"hasClass()"
on page1360
Returns true if the current HTML element has the specified class.
"height()" on
page1361
Gets or sets the outer height of an element, including padding and
borders.
"hide()" on
page1362
Hides the HTML element.
"html()" on
page1362
Replaces the inner HTML of the element with the supplied value, or
returns the HTML of the current element if no value is supplied.
"info()" on
page1424
Post Pagination Scripts only. Returns pagination information for the
current HTML element.
is(selector) Returns true if the current HTML element matches the supplied CSS
selector.
"next()" on
page1364
Returns the next sibling of the current HTML element.
"overflows()"
on page1425
Returns a boolean value indicating whether the current HTML element
overflows its box boundaries.
"pageRef()"
on page1366
Returns a marker that will be replaced with the element's page number
after pagination. This only works for elements in the section that is
currently being merged.
"parent()" on
page1367
Returns the parent of the HTML element.
Page 1341