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

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -