Side navigation
#12096 closed bug (worksforme)
Opened July 17, 2012 03:44PM UTC
Closed July 17, 2012 05:39PM UTC
Usual selector can't find hidden inputs in forms
Reported by: | jose.nobile@gmail.com | Owned by: | jose.nobile@gmail.com |
---|---|---|---|
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?
Attachments (0)
Change History (7)
Changed July 17, 2012 04:57PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed July 17, 2012 04:58PM UTC by comment:2
resolution: | worksforme |
---|---|
status: | closed → reopened |
Changed July 17, 2012 04:58PM UTC by comment:3
status: | reopened → open |
---|
Nope, what I meant was...
Changed July 17, 2012 04:58PM UTC by comment:4
component: | unfiled → selector |
---|---|
priority: | undecided → low |
Changed July 17, 2012 05:22PM UTC by comment:5
Priority low? a core selector an usual, common, that not work, is not relevant for jQuery Team?
Changed July 17, 2012 05:23PM UTC by comment:6
owner: | → jose.nobile@gmail.com |
---|---|
priority: | low → high |
status: | open → assigned |
The priority doesn't matter, but I have assigned the ticket to you as high priority.
Changed July 17, 2012 05:39PM UTC by comment:7
resolution: | → worksforme |
---|---|
status: | assigned → closed |
Waitaminit, this really does work in the test case. So we won't be needing your patch.
http://jsfiddle.net/nD8BX/