theonlychase
7/21/2017 - 5:07 PM

Get existing element and append to another by targeting children elements

Get existing element and append to another by targeting children elements

var container = $j("div.header_bottom > div.container");
$j("div.header_top").append(container);