I'm looking at some jQuery plugins/scripts that allow a person to add notes to images, but the downside is that anybody viewing the site can add a note that is vulgar or meaningless.
It seems like there is probably an easy way to combine jQuery with PHP to recognize if the Administrator is logged in and, if so, allow him to annotate images.
Can anyone help me figure out how to begin?
Thanks!
(This is my first post here and my first attempt at modifying jQuery plugins to do what I want)