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