Skip to main content

Bug Tracker

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!

Attachments (0)
Change History (2)

Changed August 14, 2007 05:18AM UTC by LuckyKing comment:1

.next() function bug

Changed August 18, 2007 11:50PM UTC by john comment:2

resolution: → duplicate
status: newclosed

Duplicate of #1449.