Selector jQuery :checkbox
Ejemplo
Ocultar todos los elementos <input> de tipo type="checkbox":
$(':checkbox')
Definición y uso
El selector :checkbox selecciona elementos <input> de tipo checkbox.
Sintaxis
$(':checkbox')
Ocultar todos los elementos <input> de tipo type="checkbox":
$(':checkbox')
El selector :checkbox selecciona elementos <input> de tipo checkbox.
$(':checkbox')