Bug Tracker

Opened 13 years ago

Closed 13 years ago

#6817 closed bug (worksforme)

input:hidden filter does not work

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

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 (1)

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

Download all attachments as: .zip

Change History (2)

Changed 13 years ago by dmethvin

Attachment: test-6817.html added

Yes, it works.

comment:1 Changed 13 years ago by dmethvin

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.