ninmorfeo
ninmorfeo
Yes i can but I can't understand where to enter the property detection of .square left property. this is the function: $ (". square"). each (function () { for (var...
ok i find it: is right ? $(".quadrato").each(function () { for (var i in Paths[type]) { $(this).stop().animate({path: Paths[type][i]}, { duration: 5000, step: function (now, fx) { console.log($(this).css('left')); var pos_corrente=parseInt($(this).css('left'), 10);...