Skip to main content

Bug Tracker

Side navigation

#6817 closed bug (worksforme)

Opened July 22, 2010 03:50PM UTC

Closed July 25, 2010 04:29PM UTC

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 (0.4 KB) - added by dmethvin July 25, 2010 04:29PM UTC.

    Yes, it works.

Change History (1)

Changed July 25, 2010 04:29PM UTC by dmethvin comment:1

resolution: → worksforme
status: newclosed