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: |
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."