This question is locked. New answers and comments are not allowed.
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:
Is there an easy way that I am missing?
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?