Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 4 years ago by jdalton
Test pulled from this thread:
http://groups.google.com/group/sizzlejs/browse_thread/thread/1ac386e6945b44b9
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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