{"name":"header","type":"selector","title":":header Selector","deprecated":null,"removed":null,"desc":"Selects all elements that are headers, like h1, h2, h3 and so on.","categories":["selectors/basic-filter-selectors","selectors/jquery-selector-extensions","version/1.2"],"entries":[{"return":"","signatures":{"added":"1.2"},"examples":{"desc":"Adds a background and text color to all the headers on the page.","code":"\n$( \":header\" ).css({ background: \"#ccc\", color: \"blue\" });\n","html":"\n

Header 1

\n

Contents 1

\n

Header 2

\n

Contents 2

\n"},"longdesc":""}],"slug":"header-selector"}