tags:

views:

36

answers:

1

on click i want an error msg to popup next to wherever the click occurs. how do i specify the div coordinates?

A: 

They'll be two parameters (pageX, pageY) on the event object passed into your mouse event. See these tutorials for examples.

Tom