Side navigation
#4607 closed bug (fixed)
Opened April 29, 2009 02:20PM UTC
Closed May 10, 2009 03:54AM UTC
strange selector behaviour
Reported by: | robin | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
i was using jquery version 1.2.6, and blewo selector works just fine
$("#confirmation #content").text("some text"),
but when i switch to 1.3.2 this slector return 0 elements.
Is #confirmation an ancestor of #content? Can you attach a full test case with code and markup?