:button Selector :button 1.0 Selects all button elements and elements of type button.

An equivalent selector to $( ":button" ) using valid CSS is $( "button, input[type='button']" ).

Find all button inputs and mark them.
]]>