Bug Tracker

Modify

Ticket #6817 (closed bug: worksforme)

Opened 3 years ago

Last modified 3 years ago

input:hidden filter does not work

Reported by: craigg75 Owned by:
Priority: Milestone: 1.4.3
Component: selector Version: 1.4.2
Keywords: Cc:
Blocking: Blocked by:

Description

if I have the following html - <input type="hidden"/> <input type="hidden"/> <input type="text"/>

and I want the hidden inputs this expression chooses ALL inputs instead of just the hidden inputs - $( "input:hidden" ) Instead I must use $("input[type=hidden]") This breaks a lot of my code :(

Attachments

test-6817.html Download (402 bytes) - added by dmethvin 3 years ago.
Yes, it works.

Change History

Changed 3 years ago by dmethvin

Yes, it works.

comment:1 Changed 3 years ago by dmethvin

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

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.