Skip to main content

Bug Tracker

Side navigation

#14416 closed bug (duplicate)

Opened October 03, 2013 08:35AM UTC

Closed October 13, 2013 12:25PM UTC

Found a bug with getting checkbox state

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

Hi,

I have found this bug since jquery previous version 1.9 and this still exists in 1.10.2.

When we try to get the state of a checkbox, it always return false.

Here is my code:

$('input.checkbox').change(function(e)
{
     var me = $(this);
     var check_state = me.is(':checked');
     // this check state always remain false, even the checkbox is checked.
});

Attachments (0)
Change History (1)

Changed October 13, 2013 12:25PM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Duplicate of #13573.