2022.2

Table Of Contents
Function Description
"get(index)"on
page766
Returnstheelement(type:QueryResult)foundatthesuppliedindexinasetofHTMLelements.
"hasClass()"on
page800
Returnstrueifthefirstelementinthisresultsethasthespecifiedclass.
"height()"on
page800
Getsorsetstheouterheightofanelement,includingpaddingandborders.
"hide()"onpage801 HidestheHTMLelementorsetofHTMLelements.
"html()"onpage801 ReplacestheinnerHTMLoftheelementorofeachelementinasetofHTMLelementswiththesuppliedvalue,orreturns
theHTMLofthefirstelementifnovalueissupplied.
"info()"onthenext
page
Post Pagination Scripts only.Returnspaginationinformationforthefirstelementinthisresultset.
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802 ReturnsthenextsiblingofeachHTMLelementintheresultset.
"overflows()"onthe
nextpage
ReturnsabooleanvalueindicatingwhetheranHTMLelementoverflowsitsboxboundaries.
"pageref()"on
page805
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805
ReturnstheparentsoftheelementsinasetofHTMLelements.
position() Returnsinformationabouttheposition(seeNodePosition)ofthefirstelementinthisresultset,excludingmargins.To
includemargins,callposition(true).
"prepend()"on
page806
InsertscontentatthebeginningofanHTMLelementorofeachelementinasetofHTMLelements.
"prev()"onpage809 ReturnstheprevioussiblingofeachHTMLelementintheresultset.
"remove()"on
page810
RemovesanHTMLelementorasetofHTMLelementsfromthedocument.
"removeAttr()"on
page810
Removesthespecifiedattributefromeachelementinthisresultset.
"removeClass()"on
page811
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.
Page 845