JQuery plugin for image annotations?

We are working on a project that requires us to display an image and allow the user to click on various spots on the image and add text annotations (think about the Facebook method). We also want to be able to rotate and scale the image.

Has anyone worked with jQuery plugins that provide this type of function?

Thanks.

+6
jquery plugins
source share
3 answers

I had a similar requirement, and I found these plugins to solve it.

+5
source share
+2
source share

JQuery plugin for annotating images, but without scaling http://code.google.com/p/jquery-image-annotate/

0
source share

All Articles