How do I put a <div> box around my cursor on click?
- by marcamillion
I am trying re-create the facebook tagging functionality, where you click on an image and the part of the image you click on displays an empty box (or a square).
Using jQuery, how do I make the box appear around my cursor on the click?
Thanks