Opened 15 years ago
Closed 15 years ago
#1484 closed bug (duplicate)
.next() function bug
Reported by: | LuckyKing | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.4 |
Component: | core | Version: | 1.1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$("#test").next("a>img");
before: <div id='test'></div><a><img id='image_id'/></a>
result:
[<a><img id='image_id'/></a>,<a><img id='image_id'/></a>]
match 2 same elements'''
Note: See
TracTickets for help on using
tickets.
.next() function bug