Skip to main content

Bug Tracker

Side navigation

#13911 closed bug (notabug)

Opened May 19, 2013 03:59AM UTC

Closed May 19, 2013 11:50PM UTC

Last modified May 20, 2013 02:55AM UTC

Manipulation - nodes duplicate.

Reported by: Jaegers Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 2.0.0
Keywords: Cc:
Blocked by: Blocking:
Attachments (0)
Change History (2)

Changed May 19, 2013 11:50PM UTC by m_gol comment:1

resolution: → notabug
status: newclosed

From http://api.jquery.com/before/:

"If an element selected this way is inserted into a single location elsewhere in the DOM, it will be moved before the target (not cloned)

If there is more than one target element, however, cloned copies of the inserted element will be created for each target after the first."

Changed May 20, 2013 02:55AM UTC by Jaegers comment:2

Oh, really, thank you. In any case, I think such behavior is a bug =)