<!DOCTYPE html>
<h1 ng-mousemove="myFunc($event)">Mouse Over Me!</h1> <p>Coordinates: {{x + ', ' + y}}</p> </div> <p>Mouse over the heading to display the value of clientX and clientY from the event object.</p> </body> </html> |
Mouse Over Me!Coordinates: {{x + ', ' + y}} Mouse over the heading to display the value of clientX and clientY from the event object. |