2020.2

Table Of Contents
Function Description
"prepend()"
on page1368
Inserts content at the beginning of an HTML element or of each element in
a set of HTML elements.
"prev()" on
page1371
Returns the previous sibling of the current HTML element.
"remove()" on
page1372
Removes an HTML element or a set of HTML elements from the
document.
"removeAttr()"
on page1374
Removes the specified attribute from the current HTML element.
"removeClass
()" on
page1374
Removes the specified class from the current HTML element. Has no
effect if the class is not present.
"replaceWith
()" on
page1374
Replaces the current HTML element (with a snippet, for example). Returns
the current element.
"show()" on
page1375
Shows the HTML element in the template.
"tagName()"
on page1376
Returns the HTML tag name of the element, in uppercase. For an example
see: "Creating a Table Of Contents" on page908.
"text()" on
page1376
Replaces the textcontentof the HTML element with the supplied value, or
returns the text content of the element if no value is supplied.
"width()" on
page1377
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 1342