martinoroma88 of Genesi
8/30/2017 - 8:45 AM

Move elements with jQuery

Move elements with jQuery

var x = $(element).detach();
$(parent).prepend(x);