Skip to main content

Bug Tracker

Side navigation

#13334 closed bug (duplicate)

Opened January 27, 2013 05:32PM UTC

Closed January 27, 2013 05:37PM UTC

Checkboxes new 1.9.0 jquery bug

Reported by: jesboy@inbox.lv Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.0
Keywords: Cc:
Blocked by: Blocking:
Description

<script type="text/javascript">

$(document).ready(function(){

$("#all").change(function(){

var status = $(this).is(":checked");

$('input[type="checkbox"]').each(function(){

$(this).attr("checked", status);

});

});

});

</script>

It changes in code, but does not change visually. First two clicks on all are ok, but after them not.

Tried on latest version 1.8.3, and it works fine.

So I guess bug!

Attachments (0)
Change History (1)

Changed January 27, 2013 05:37PM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Duplicate of #13245.Please DO use the jquery-migrate plugin.