Check the checkbox is checked - Jquery

checkbox is checked

Snippet Code


  
Rate this page :
  [ 0 votes]

If checkbox is checked or not

$('#checkBox').attr('checked');//Find out single check boxes checked $('input[type=checkbox]:checked');//Find out all check boxes checked

Tags


Ask Questions

Ask Question