2022.2

Table Of Contents
Function Description
"children()"on
page794
ReturnstheimmediatechildrenofthecurrentHTMLelement.
"clone()"onpage833 ReturnsacopyofthecurrentHTMLelement.
"closest()"on
page795
Thisfunctiongetsthefirstparentelementthatmatchesaselector,bytestingtheelementitselfandtraversingupthrough
itsancestorsintheDOMtree.
"css()"onpage796 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798
Removesthecontents(childelementsandinnerHTML)fromthecurrentelement.
"find()"onpage799 PerformsasearchforatextinthechildrenofthecurrentHTMLelementandreturnsanewresultsetwithelementsthatsur-
roundtheoccurrences.
"hasClass()"on
page800
ReturnstrueifthecurrentHTMLelement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.
"html()"onpage801 ReplacestheinnerHTMLoftheelementwiththesuppliedvalue,orreturnstheHTMLofthecurrentelementifnovalueis
supplied.
"info()"onpage847 Post Pagination Scripts only.ReturnspaginationinformationforthecurrentHTMLelement.
is(selector) ReturnstrueifthecurrentHTMLelementmatchesthesuppliedCSSselector.
"next()"onpage802 ReturnsthenextsiblingofthecurrentHTMLelement.
"overflows()"on
page847
ReturnsabooleanvalueindicatingwhetherthecurrentHTMLelementoverflowsitsbox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parentoftheHTMLelement.
"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thecurrentHTMLelement.
Page 782