Selector :button de jQuery

Ejemplo

Seleccione elementos <button> y <input> con type="button":

$":button"

Prueba por ti mismo

Definición y Uso

El selector :button selecciona elementos <button> y <input> de tipo button.

Sintaxis

$":button"

Consejos y Notas

Consejo:Al usar este selector con input:button no seleccionará el elemento <button>.