javascript - What's the state of art steps to calculate the position of an event? -
 Assume that the event  e  is known how it happened (as a condition) ? 
I'm also using jQuery.
I think you are searching for:
  $ ('#some') Click (function (e) {warning ('e.pageX +', '+ E.pageY'}} based on the event)   
Comments
Post a Comment