2021.1

Table Of Contents
Function Description
"info()" on
page1431
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
page1370
Returns the next sibling of the current HTML element.
"overflows()" on
page1431
Returns a boolean value indicating whether the current HTML element
overflows its box boundaries.
"pageRef()" on
page1373
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
page1374
Returns the parent of the HTML element.
"prepend()" on
page1374
Inserts content at the beginning of an HTML element or of each
element in a set of HTML elements.
"prev()" on
page1377
Returns the previous sibling of the current HTML element.
"remove()" on
page1378
Removes an HTML element or a set of HTML elements from the
document.
"removeAttr()" on
page1380
Removes the specified attribute from the current HTML element.
"removeClass()"
on page1380
Removes the specified class from the current HTML element. Has no
effect if the class is not present.
"replaceWith()"
on page1380
Replaces the current HTML element (with a snippet, for example).
Returns the current element.
Page 1348