Capture click event on Checkbox

 'click #check_education_edu_2':function(){
    if(document.getElementById("check_education_edu_2").checked){
    alert("Checked");
    }else{
    alert("UnChecked"); q
    }

Comments

Popular posts from this blog

Upload Image in Meteor

What makes an Android App Sucessful?