Skip to main content
Post Made Community Wiki by Udit Bhardwaj
added 3 characters in body
Source Link
fe_lix_
  • 938
  • 11
  • 18
$(selector).attr('checked') !== undefined

This returns true if the input is checked and false if it is not.

$(selector).attr('checked') !== undefined

This returns true if the input is checked and false if it not.

$(selector).attr('checked') !== undefined

This returns true if the input is checked and false if it is not.

Source Link
fe_lix_
  • 938
  • 11
  • 18

$(selector).attr('checked') !== undefined

This returns true if the input is checked and false if it not.