Modify ↓
Ticket #6817 (closed bug: worksforme)
input:hidden filter does not work
| Reported by: | craigg75 | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.3 | |
| Component: | selector | Version: | 1.4.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
if I have the following html - <input type="hidden"/> <input type="hidden"/> <input type="text"/>
and I want the hidden inputs this expression chooses ALL inputs instead of just the hidden inputs - $( "input:hidden" ) Instead I must use $("input[type=hidden]") This breaks a lot of my code :(
Attachments
Change History
Changed 3 years ago by dmethvin
-
attachment
test-6817.html
added
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.

Yes, it works.