Bug Tracker

Modify

Ticket #12096 (closed bug: worksforme)

Opened 10 months ago

Last modified 10 months ago

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?

comment:6 Changed 10 months ago by dmethvin

  • Owner set to jose.nobile@…
  • Priority changed from low to high
  • Status changed from open to assigned

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

comment:7 Changed 10 months ago by dmethvin

  • Status changed from assigned to closed
  • Resolution set to worksforme

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.