#10280 closed bug (duplicate)
if ($(‘#xyz’).attr(‘checked’)) ... not works correctly anymore
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | attributes | Version: | 1.6.4rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There is a new bug in this version (1.6.2 is ok):
$('#xyz').attr('checked')
always returns 'checked' (input tag with type 'checkbox')
the following workaround still works: $('#xyz').is(':checked')
Change History (2)
comment:1 Changed 11 years ago by
Component: | unfiled → attributes |
---|---|
Priority: | undecided → low |
Resolution: | → duplicate |
Status: | new → closed |
comment:2 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #10278.