[jQuery] Selecting coordinates in a page
Im trying to do something like this:
joe would click somewhere on the page, type in a message and hit
submit/enter. all of that is done with javascript. javascript also
figures the X/Y coordinates on the page and then sends an AJAX request
(would best in JSON format) saying user Joe wrote "Hello World" at X:
23 and Y:100
Is there something like this plugin at http://odyniec.net/projects/imgareaselect
but for selecting a specific area on a page (not an image) ?
Basically, I would need X1, Y1, X2, Y2, width and height