2020.1

Table Of Contents
Function Description
"clone()" on
page1381
Returns a copy of the current HTML element.
"closest()" on
page1335
This function gets the first parent element that matches a selector, by
testing the element itself and traversing up through its ancestors in the
DOM tree.
"css()" on
page1336
Gets the value of a style property for the HTML element or sets one or
more CSS properties for the HTML element.
"empty()" on
page1338
Removes the contents (child elements and inner HTML) from the current
element.
"find()" on
page1339
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1339
Returns true if the current HTML element has the specified class.
"height()" on
page1340
Gets or sets the outer height of an element, including padding and
borders.
"hide()" on
page1341
Hides the HTML element.
"html()" on
page1341
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
page1399
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.
"overflows()"
on page1399
Returns a boolean value indicating whether the current HTML element
overflows its box boundaries.
Page 1320