mouse cordinates using jquery
April 25, 2008
Jquery Code to get mouse co-ordinates.
$(”html”).click(function(e){ alert(’X: ‘ + e.pageX +’, Y:’+ e.pageY); });
Entry Filed under: jquery. Tags: javascript events, jquery, jquery events, mouse cordinates.



Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed