$(document).ready(function() { $("input[type='checkbox']").change(function(e) { alert(e); print(e); }); });
Read full article from jquery - Checkbox bind CHANGE event - Stack Overflow
Read full article from jquery - Checkbox bind CHANGE event - Stack Overflow
No comments:
Post a Comment