Thread
:
Why is it not Un-checking check boxes?
View Single Post
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
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
View Public Profile
Find More Posts by Vrutin