Seletor :checkbox do jQuery
Exemplo
Ocultar todos os elementos <input> do tipo type="checkbox":
$(':checkbox')
Definição e Uso
O seletor :checkbox seleciona elementos <input> do tipo checkbox.
Sintaxe
$(':checkbox')
Ocultar todos os elementos <input> do tipo type="checkbox":
$(':checkbox')
O seletor :checkbox seleciona elementos <input> do tipo checkbox.
$(':checkbox')