Opened 14 years ago
Closed 13 years ago
#4605 closed bug (duplicate)
Siblings (~) selector doesn't work right
Reported by: | prokofyev | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | selector | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$("#some_id ~ div") doesn't select DIV siblings if element with ID="some_id" is DIV itself.
$("#some_id ~ span") doesn't select SPAN siblings if element with ID="some_id" is SPAN itself.
Please, look for code sample here: http://stackoverflow.com/questions/793687/cant-select-span-sibling
Thanks!
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Test pulled from this thread:
http://groups.google.com/group/sizzlejs/browse_thread/thread/1ac386e6945b44b9
comment:3 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Version: | → 1.3.2 |
Duplicate of #4243.
Note: See
TracTickets for help on using
tickets.
Here is another example with a qtest:
http://dl.getdropbox.com/u/513327/sibling-selector/index.html