Modify ↓
Ticket #8531 (closed bug: duplicate)
Boolean attributes unselectable with .filter() in Firefox
| Reported by: | hjalle@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | attributes | Version: | 1.5.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Inputs with html5-syntax boolean attributes is unselectable with .filter() in firefox 3.6.
$(":input").filter('[required]');
selects <input required="required">
but not <input required>
Test case:
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.

Please see:
http://bugs.jquery.com/ticket/4668#comment:4