2022.2

Table Of Contents
Tip: Theeasiestwaytoaccesstheelementsinaresultsetonebyone,isbysettingthescopeof
thescriptto"Eachmatchedelement"andusingthethisobject(see"this"onpage1237).
Property
Field Type Description
length Number Number of elements in this result set. Equivalent to calling size().
Functions
Thefunctionsbelowcanbecalledbytheresultsobjectandbyanyotherresultsetthatisreturnedby
aquery,see"query()"onpage1197.
Function Description
"add()"onpage1239 AddselementstoasetofHTMLelements.
"addClass()"on
page1241
AddsthespecifiedclasstoeachelementinasetofHTMLelements.Hasnoeffectiftheclassisalreadypresent.
"after()"onpage1242 InsertscontentaftereachelementinasetofHTMLelements..
"append()"on
page1244
InsertscontentattheendofeachelementinasetofHTMLelements.
"attr()"onpage1247 ChangethegivenattributeoftheelementorsetofHTMLelementswiththegivenvalue.
"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.
Page 1302