Seletor :button jQuery
Exemplo
Selecionar elementos <button> e <input> com type="button":
$":button"
Definição e Uso
O seletor :button seleciona elementos <button> e <input> do tipo button.
Sintaxe
$":button"
Dicas e Notas
Dica:Ao usar o seletor input:button, não será selecionado o elemento <button>.