2022.2

Table Of Contents
Function Description
"append()"on
page1244
InsertscontentattheendofeachelementinasetofHTMLelements.
"attr()"on
page1247
ChangethegivenattributeoftheelementorsetofHTMLelementswiththegivenvalue.
"before()"on
page1248
InsertscontentbeforeanelementorbeforeeachelementinasetofHTMLelements.
"children()"on
page1250
ReturnstheimmediatechildrenofanHTMLelement.
"clone()"on
page1290
ReturnsanewresultsetcontainingacopyofeachelementinasetofHTMLelements.
"closest()"on
page1251
Foreachelementinaset,thisfunctiongetsthefirstparentelementthatmatchesaselector,bytestingtheelementitself
andtraversingupthroughitsancestorsintheDOMtree.
"css()"onpage1252 GetsthevalueofastylepropertyforthefirstelementinsetofHTMLelementsorsetsoneormoreCSSpropertiesforeveryele-
mentinasetofHTMLelements.
"empty()"on
page1254
Removesthecontents(childelementsandinnerHTML)fromoneelementorasetofelementsinthetemplate.
"filter()"on
page1220
Returnsasubsetofthecurrentresultset.
"find()"on
page1255
PerformsasearchforatextinthechildrenofeachelementinasetofHTMLelements,andreturnsanewresultsetwithele-
mentsthatsurroundtheoccurrences.
"get(index)"on
page1221
Returnstheelement(type:QueryResult)foundatthesuppliedindexinasetofHTMLelements.
"hasClass()"on
page1255
Returnstrueifthefirstelementinthisresultsethasthespecifiedclass.
"height()"on
page1256
Getsorsetstheouterheightofanelement,includingpaddingandborders.
"hide()"on
page1256
HidestheHTMLelementorsetofHTMLelements.
"html()"on
page1257
ReplacestheinnerHTMLoftheelementorofeachelementinasetofHTMLelementswiththesuppliedvalue,orreturns
theHTMLofthefirstelementifnovalueissupplied.
"info()"onpage1304 Post Pagination Scripts only.Returnspaginationinformationforthefirstelementinthisresultset.
Page 1203