Opened 13 years ago
Closed 13 years ago
#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: | ||
Blocked by: | Blocking: |
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 (1)
Change History (2)
Changed 13 years ago by
Attachment: | test-6817.html added |
---|
comment:1 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Yes, it works.