View Single Post
Old 01-03-2013, 01:07 AM   PM User | #1
Vrutin
New Coder

 
Join Date: Dec 2012
Posts: 10
Thanks: 1
Thanked 0 Times in 0 Posts
Vrutin is an unknown quantity at this point
Post Why is it not Un-checking check boxes?

Hey, I don't know what I am doing wrong but following code doesn't clear checkboxes:

Code:
$("document").ready(function () {
    $('input:checkbox').prop("checked");
});
Thanks in Advance
Vrutin is offline   Reply With Quote