2022.2

Table Of Contents
Function Description
is(selector) ReturnstrueifatleastoneoftheelementsinasetofHTMLelementsmatchesthesuppliedCSSselector.
"next()"on
page1258
ReturnsthenextsiblingofeachHTMLelementintheresultset.
"overflows()"on
page1304
ReturnsabooleanvalueindicatingwhetheranHTMLelementoverflowsitsbox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parentsoftheelementsinasetofHTMLelements.
position() Returnsinformationabouttheposition(seeNodePosition)ofthefirstelementinthisresultset,excludingmargins.To
includemargins,callposition(true).
"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eachHTMLelementintheresultset.
"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eachelementinthisresultset.
"removeClass()"on
page1267
RemovesthespecifiedclassfromanelementorfromeachelementinasetofHTMLelements.Hasnoeffectiftheclassisnot
present.
"replaceWith()"on
page1267
ReplacesanHTMLelementorasetofHTMLelements(withasnippet,forexample).Returnstheresultset.
"show()"on
page1268
ShowstheHTMLelementorasetofHTMLelements.
size() Getsthenumberofelementsinthisresultset.Equivalenttothelengthproperty.
"tagName()"on
page1268
ReturnstheHTMLtagnameofthefirstelementinthisresultset,inuppercase.Foranexamplesee:"CreatingaTableOfCon-
tents"onpage852.
"text()"onpage1269 ReplacesthetextcontentofanHTMLelementorofeachelementinasetofHTMLelementswiththesuppliedvalue,orreturnsthe
textcontentofthefirstelementifnovalueissupplied.
"width()"on
page1269
Getsorsetstheouterwidthofanelement,includingpaddingandborders.
Page 1204