SyntaxFix
Write A Post
Hire A Developer
Questions
use the click event for best compatibility with MSIE
$(document).ready(function() { $("input[type=checkbox]").click(function() { alert("state changed"); }); });