Response title
This is preview!
$(
'#<% = chkReplicateItems.ClientID %> ).click(function () { var checked_status = this.checked;alert(
checked_status ); if (checked_status == true) {$(
"#btnReplicate").removeAttr("disabled");}
else {$(
"#btnReplicate").attr("disabled", "disabled");}
});
© 2013 jQuery Foundation
Sponsored by and others.