You can use the pageX and pageY property of the jQuery event object:
$('#a2').click(function(e) {
alert(e.pageX + ", " + e.pageY);
});
The returned coordinates refer to the upper left corner of the document.
, A-Tools, getSelection(). , .
, " " :)
EDIT: contenteditable <div>. , . , .