Skip to main content

Bug Tracker

Side navigation

#3902 closed bug (worksforme)

Opened January 17, 2009 07:00PM UTC

Closed January 17, 2009 07:05PM UTC

Last modified January 19, 2009 03:13PM UTC

selectors don't work properly

Reported by: kopar Owned by: john
Priority: major Milestone: 1.3.1
Component: selector Version: 1.3
Keywords: Cc:
Blocked by: Blocking:
Description

for example on http://docs.jquery.com/Selectors/input

everything looks fine but when we look in firebug

$(":input").length returns 3 whereas it should return 3!!!

There are also similar problems with other selectors e.g

$("input[name*='']")

Attachments (0)
Change History (2)

Changed January 17, 2009 07:05PM UTC by john comment:1

milestone: 1.31.3.1
resolution: → worksforme
status: newclosed

I think you're confused. The demo that you see there is running in an iframe (thus when you run the query in Firebug it will only match the search boxes, etc. that you see on the page - not what's in the demo). Copy the demo source code to another page to try it.

Changed January 19, 2009 03:13PM UTC by kopar comment:2

Finally I found reason it hadn't worked - problem is when you use

jQuery validation plug-in 1.4 by Jörn Zaefferer alng with Jquery 1.3

you can also remove bug 3912 that I created today