Modify ↓
Ticket #12096 (closed bug: worksforme)
Usual selector can't find hidden inputs in forms
| Reported by: | jose.nobile@… | Owned by: | jose.nobile@… |
|---|---|---|---|
| Priority: | high | Milestone: | None |
| Component: | selector | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Jquery can't find with usual selector hidden fields (inputs) in forms.
jQuery('[name]') can't find hidden inputs a workaround is:
jQuery('input:hidden').filter('[name]')
I believe that jQuery must find the hidden inputs with selectors as [Attribute=value], [Attribute]
Can fix it?
Change History
comment:1 Changed 10 months ago by dmethvin
- Status changed from new to closed
- Resolution set to worksforme
comment:2 Changed 10 months ago by dmethvin
- Status changed from closed to reopened
- Resolution worksforme deleted
comment:3 Changed 10 months ago by dmethvin
- Status changed from reopened to open
Nope, what I meant was...
comment:4 Changed 10 months ago by dmethvin
- Priority changed from undecided to low
- Component changed from unfiled to selector
comment:5 Changed 10 months ago by José Nobile <jose.nobile@…>
Priority low? a core selector an usual, common, that not work, is not relevant for jQuery Team?
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.

http://jsfiddle.net/nD8BX/