Modify ↓
Ticket #9890 (closed bug: duplicate)
attr('checked') is not doing right...
| Reported by: | somebodil@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | attributes | Version: | 1.6.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
<span class="toggleme" checked="checked">Ready?</span> <script> $('.toggleme').attr('checked') </script>
and what I get for '$('.toggleme').attr('checked')' is undefined
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
