I am using Bootstrap iCheck plugin. How can i find out Whether a check box is checked or not by pressing a button using jquery
$(button).click(function(){ ckb = $("#ickb").(isChecked);});
No comments:
Post a Comment