]> source.dussan.org Git - jquery.git/commit
Fix #4087. insertAfter, insertBefore, etc do not work if origin and destination are...
authorPaul Ramos <paul.b.ramos@gmail.com>
Mon, 10 Dec 2012 21:12:54 +0000 (16:12 -0500)
committerDave Methvin <dave.methvin@gmail.com>
Wed, 12 Dec 2012 04:35:22 +0000 (23:35 -0500)
commitf12611feb43adb2b014eb2183db0713451746aff
treef860ba7ae1a785f024c0a4fb670e7f8be5c127bb
parentaad235b3251494afe71fd5bb6031e11965af9bdb
Fix #4087. insertAfter, insertBefore, etc do not work if origin and destination are same element. Close gh-1068.
src/manipulation.js
test/unit/manipulation.js