Skip to main content

Bug Tracker

Side navigation

#8411 closed bug (duplicate)

Opened March 01, 2011 10:14AM UTC

Closed March 01, 2011 09:36PM UTC

Last modified March 01, 2011 09:36PM UTC

Selecting of checkboxes different under 1.4.4 and 1.5 or above

Reported by: LaySoft Owned by:
Priority: undecided Milestone: 1.next
Component: unfiled Version: 1.5.1
Keywords: Cc:
Blocked by: Blocking:
Description

I have two checkboxes:

<input type="checkbox" id="x"/>

<input type="checkbox" id="x:y"/>

under jQuery 1.4.4

$(':checkbox[id^=x:]').attr('checked','checked');

and

$(':checkbox[id^=x\\:]').attr('checked','checked');

checks only second checkbox.

But under jQuery 1.5 and 1.5.1 checks both checkboxes.

Attachments (0)
Change History (2)

Changed March 01, 2011 09:36PM UTC by addyosmani comment:1

resolution: → duplicate
status: newclosed

Changed March 01, 2011 09:36PM UTC by addyosmani comment:2

Duplicate of #8410.