I have mouseenter event attached for an element which is working fine. for the same event, triggering event manually using jQuery.trigger("mouseenter"). this is calling mouseenter handler. but in the event object, event.pageX and event.pageY are undefined. is there any way to get it?
created a sample - here