Trying to figure out how to restrict mouse movement...
say you have a div with a button in it, on clicking the button you can only move the mouse within the border of the div.
specifically i'd like to make the movement horizontal only or vertical only, basically return false on event.pageY or pageX but cant seem to figure it out.
thanks
say you have a div with a button in it, on clicking the button you can only move the mouse within the border of the div.
specifically i'd like to make the movement horizontal only or vertical only, basically return false on event.pageY or pageX but cant seem to figure it out.
thanks