SyntaxFix
Write A Post
Hire A Developer
Questions
You can use:
To Insert After,
jQuery("#source").insertAfter("#destination");
To Insert inside another element,
jQuery("#source").appendTo("#destination");