2021.2

Table Of Contents
Function Description
page1393
"prepend()" on
page1394
Inserts content at the beginning of an HTML element or of each
element in a set of HTML elements.
"prev()" on
page1397
Returns the previous sibling of the current HTML element.
"remove()" on
page1398
Removes an HTML element or a set of HTML elements from the
document.
"removeAttr()" on
page1400
Removes the specified attribute from the current HTML element.
"removeClass()"
on page1400
Removes the specified class from the current HTML element. Has no
effect if the class is not present.
"replaceWith()"
on page1400
Replaces the current HTML element (with a snippet, for example).
Returns the current element.
"show()" on
page1401
Shows the HTML element in the template.
"tagName()" on
page1402
Returns the HTML tag name of the element, in uppercase. For an
example see: "Creating a Table Of Contents" on page931.
"text()" on
page1402
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
page1403
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 1368