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)
Change History (1)
Changed July 25, 2010 04:29PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |