martinoroma88
8/30/2017 - 8:44 AM

Move elements with jQuery

Move elements with jQuery

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