I'm doing it:
source.offset({ top: top + 10 + (current)*60 , left: left + 10 });
What I would like to do is revitalize the move. So I did:
source.animate({left: left + 10, top:top + 10 + (current)*60}, 500, function() {
But this is not the place. Although it was normal with the first version.
What am I doing wrong?
thanks for the help
source
share