jquery style top

JavaScript
$("selector").css('top', '50px');$("#yourElement").css({ top: '100px' });
Source

Also in JavaScript: