Posts by Diego Cotini • 111 points
1 post
-
1
votes2
answers3084
viewsA: Swap div of place with jquery
$('#Trocar').click(function() { $('#mae div:first-child').appendTo($('#mae')); });
1 post
1
votes2
answers3084
views$('#Trocar').click(function() { $('#mae div:first-child').appendTo($('#mae')); });