$(document).ready(function(){ $(".target").animate({"top": "+=220px"}, 1000, function() { position = $(".target").position(); document.getElementById('xC').value= position.left; document.getElementById('yC').value= position.top; }); });