Bug Tracker

Ticket #1484 (closed bug: duplicate)

Opened 1 year ago

Last modified 1 year ago

.next() function bug

Reported by: LuckyKing Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.1.4 Component: core
Version: 1.1.3 Keywords:
Cc: Needs: Review

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

Change History

Changed 1 year ago by LuckyKing

.next() function bug

Changed 1 year ago by john

  • status changed from new to closed
  • resolution set to duplicate

Duplicate of #1449.

Note: See TracTickets for help on using tickets.