$(document).ready(function() {
$("#cb").live('click', function()
{
$("#msg").fadeIn("slow" , function() {
$("#lblMessage").text("selected = " + $("#cb").attr("checked") );
});
$("#msg2").fadeIn("slow").css("color","red");
});
});
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment