jquery get left position

JavaScript
var position = p.position();
var left = position.left; '<-- left value for p
Source

Also in JavaScript: