This is a migrated thread and some comments may be shown as answers.

[Solved] Get the Mouse Position When Selected

0 Answers 65 Views
Menu
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Matt
Top achievements
Rank 1
Matt asked on 14 Nov 2011, 03:46 PM
Hi All,

I am trying to get the position of the mouse when an ASP.NET Menu item is selected, but can't seem to be able to figure it out.  I have tried:

function onMenuBarSelect(e) {
    e.pageX;
    $(this).pageX;
}


Is there an easy way that I am missing?

Tags
Menu
Asked by
Matt
Top achievements
Rank 1
Share this question
or