![]() |
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 () { |
You need to understand the difference between setters and getters. The getter for .prop() has one parameter, whereas the setter has two. So you used the getter where you wanted to use the setter instead.
Code:
$("document").ready(function () { |
| All times are GMT +1. The time now is 11:17 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.