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.
1 Comment Add your own
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed



1. Pegar Coordenadas do Mouse com jQuery » Pinceladas da Web - Reflexões sobre XHTML, CSS, PHP e WebStandards | August 24, 2008 at 9:00 am
[...] Veja esse exemplo e teste o script. Via Worldtechies. [...]