: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']").

:button Find all button inputs and mark them.
]]>