jquery is checkbox checked

jQuery('#myfrom').on('click','.enable_upload',function(e) {

     if(jQuery(".enable_upload").is(':checked'))
          alert('checked');
     else
          alert('Not checked');

});
Author: bm on January 22, 2014
Category: jquery

Your comment:

Your Name

Comment:




Last articles