I\'ve a form.
Try this:
var pos = $('#name').position(); $("form").append('');
Then read name_position value from the POST data in the server side code.
name_position