Opened 11 years ago
Closed 11 years ago
#12096 closed bug (worksforme)
Usual selector can't find hidden inputs in forms
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | None |
Component: | selector | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (7)
comment:1 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
comment:4 Changed 11 years ago by
Component: | unfiled → selector |
---|---|
Priority: | undecided → low |
comment:5 Changed 11 years ago by
Priority low? a core selector an usual, common, that not work, is not relevant for jQuery Team?
comment:6 Changed 11 years ago by
Owner: | set to [email protected]… |
---|---|
Priority: | low → high |
Status: | open → assigned |
The priority doesn't matter, but I have assigned the ticket to you as high priority.
comment:7 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Waitaminit, this really does work in the test case. So we won't be needing your patch.
Note: See
TracTickets for help on using
tickets.
http://jsfiddle.net/nD8BX/