Validando checkbox
Validando si un checkbox tiene el atributo de checked
if ($("#seleccion").is(":checked") {
 //Checked
}else {
 //No
}Written by Yesi D
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
 #Jquery 
Authors
Related Tags
#jquery
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#
 
 
 
 
