2020.2

Table Of Contents
Function Description
page878
"prepend()" on
page878
Inserts content at the beginning of an HTML element or of each
element in a set of HTML elements.
"prev()" on
page881
Returns the previous sibling of the current HTML element.
"remove()" on
page883
Removes an HTML element or a set of HTML elements from the
document.
"removeAttr()" on
page884
Removes the specified attribute from the current HTML element.
"removeClass()"
on page884
Removes the specified class from the current HTML element. Has no
effect if the class is not present.
"replaceWith()"
on page885
Replaces the current HTML element (with a snippet, for example).
Returns the current element.
"show()" on
page886
Shows the HTML element in the template.
"tagName()" on
page886
Returns the HTML tag name of the element, in uppercase. For an
example see: "Creating a Table Of Contents" on page435.
"text()" on
page887
Replaces the textcontentof the HTML element with the supplied value,
or returns the text content of the element if no value is supplied.
"width()" on
page887
Gets or sets the outer width of the HTML element, including padding
and borders.
add()
The add() function adds elements to one or more HTML elements, which can be:
Page 853