Opened 14 years ago
Closed 14 years ago
#4607 closed bug (fixed)
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.
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This appears to be a bug in 1.2.6 that was fixed in 1.3.x.
Note: See
TracTickets for help on using
tickets.
Is #confirmation an ancestor of #content? Can you attach a full test case with code and markup?