I have the following div :
What is the best way to
var el = $('#new'); el.css('top', (parseInt(el.css('top'), 10) + 10) + 'px');