SyntaxFix
Write A Post
Hire A Developer
Questions
Another way is to use prop (jQuery >= 1.6):
prop
$("input[type=radio]").click(function () { if($(this).prop("checked")) { alert("checked!"); } });