Skip to main content

Bug Tracker

Side navigation

#14263 closed bug (duplicate)

Opened August 16, 2013 12:54PM UTC

Closed August 19, 2013 01:58PM UTC

checking Checkboxes issue

Reported by: anonymous Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 2.0.3
Keywords: Cc:
Blocked by: Blocking:
Description

Requirement:If main checkbox is checked,then all other checkboxes should be checked and vice versa.

it is working as expected for first 2 or 3 times but if we repeat this(checking and unchecking) further,it is not working.

please visit the demo here.

http://jsfiddle.net/nagasrihari/Te9bg/

Attachments (0)
Change History (2)

Changed August 16, 2013 07:17PM UTC by fastfasterfastest comment:1

Use

.prop
instead of
.attr
. See http://api.jquery.com/prop/

Changed August 19, 2013 01:58PM UTC by timmywil comment:2

resolution: → duplicate
status: newclosed

Duplicate of #13573.