2022.2

Table Of Contents
Function Description
is(selector) ReturnstrueifthecurrentHTMLelementmatchesthesuppliedCSSselector.
"next()"on
page1258
ReturnsthenextsiblingofthecurrentHTMLelement.
"overflows()"on
page1304
ReturnsabooleanvalueindicatingwhetherthecurrentHTMLelementoverflowsitsboxboundaries.
"pageref()"on
page1260
Returnsamarkerthatwillbereplacedwiththeelement'spagenumberafterpagination.Thisonlyworksforelementsin
thesectionthatiscurrentlybeingmerged.
"parent()"on
page1261
ReturnstheparentoftheHTMLelement.
"prepend()"on
page1262
InsertscontentatthebeginningofanHTMLelementorofeachelementinasetofHTMLelements.
"prev()"on
page1264
ReturnstheprevioussiblingofthecurrentHTMLelement.
"remove()"on
page1265
RemovesanHTMLelementorasetofHTMLelementsfromthedocument.
"removeAttr()"on
page1266
RemovesthespecifiedattributefromthecurrentHTMLelement.
"removeClass()"on
page1267
RemovesthespecifiedclassfromthecurrentHTMLelement.Hasnoeffectiftheclassisnotpresent.
"replaceWith()"on
page1267
ReplacesthecurrentHTMLelement(withasnippet,forexample).Returnsthecurrentelement.
"show()"on
page1268
ShowstheHTMLelementinthetemplate.
"tagName()"on
page1268
ReturnstheHTMLtagnameoftheelement,inuppercase.Foranexamplesee:"CreatingaTableOfContents"onpage852.
"text()"onpage1269 ReplacesthetextcontentoftheHTMLelementwiththesuppliedvalue,orreturnsthetextcontentoftheelementifnovalueissup-
plied.
"width()"on
page1269
GetsorsetstheouterwidthoftheHTMLelement,includingpaddingandborders.
add()
Theadd()functionaddselementstooneormoreHTMLelements,whichcanbe:
Page 1239