Skip to main content

Bug Tracker

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 dmethvin comment:1

resolution: → worksforme
status: newclosed

Changed July 17, 2012 04:58PM UTC by dmethvin comment:2

resolution: worksforme
status: closedreopened

Changed July 17, 2012 04:58PM UTC by dmethvin comment:3

status: reopenedopen

Nope, what I meant was...

Changed July 17, 2012 04:58PM UTC by dmethvin comment:4

component: unfiledselector
priority: undecidedlow

Changed July 17, 2012 05:22PM UTC by José Nobile <jose.nobile@gmail.com> 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 dmethvin comment:6

owner: → jose.nobile@gmail.com
priority: lowhigh
status: openassigned

The priority doesn't matter, but I have assigned the ticket to you as high priority.

Changed July 17, 2012 05:39PM UTC by dmethvin comment:7

resolution: → worksforme
status: assignedclosed

Waitaminit, this really does work in the test case. So we won't be needing your patch.