Side navigation
#1484 closed bug (duplicate)
Opened August 14, 2007 05:17AM UTC
Closed August 18, 2007 11:50PM UTC
.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!
.next() function bug