#jQuery :button : Button is a selector that selects the element whose type is button. grammar $( ':button' ) Selects all elements whose type is button. $( '.xy:button' ) Select an element whose type is button and whose class value is xy. example Italics the text of the element whose type is button, the class value is ab, and the text color of the element whose type is button is red.