2022.2

Table Of Contents
Function Description
"add()"onthenext
page
AddselementstothecurrentHTMLelement.
"addClass()"on
page1241
AddsthespecifiedclasstothecurrentHTMLelement.Hasnoeffectiftheclassisalreadypresent.
"after()"onpage1242 InsertscontentafterthecurrentHTMLelement.
"append()"on
page1244
InsertscontentattheendofthecurrentHTMLelement.
"attr()"onpage1247 ChangesthegivenattributeofthecurrentHTMLelementwiththegivenvalue.
"before()"on
page1248
InsertscontentbeforethecurrentHTMLelement.
"children()"on
page1250
ReturnstheimmediatechildrenofthecurrentHTMLelement.
"clone()"on
page1290
ReturnsacopyofthecurrentHTMLelement.
"closest()"on
page1251
Thisfunctiongetsthefirstparentelementthatmatchesaselector,bytestingtheelementitselfandtraversingupthrough
itsancestorsintheDOMtree.
"css()"onpage1252 GetsthevalueofastylepropertyfortheHTMLelementorsetsoneormoreCSSpropertiesfortheHTMLelement.
"empty()"on
page1254
Removesthecontents(childelementsandinnerHTML)fromthecurrentelement.
"find()"onpage1255 PerformsasearchforatextinthechildrenofthecurrentHTMLelementandreturnsanewresultsetwithelementsthat
surroundtheoccurrences.
"hasClass()"on
page1255
ReturnstrueifthecurrentHTMLelement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.
"html()"on
page1257
ReplacestheinnerHTMLoftheelementwiththesuppliedvalue,orreturnstheHTMLofthecurrentelementifnovalueis
supplied.
"info()"onpage1304 Post Pagination Scripts only.ReturnspaginationinformationforthecurrentHTMLelement.
Page 1238