imgNotes
Extension of the jQuery imgViewer plugin that adds markers and notes to an image that can be zoomed in and out with the mousewheel and panned around by click and drag. The custom reminders required depend on the desired effect. Variable marker color and tooltip style marker can be implemented with only custom onAdd callbacks. The circular marker, which has a fixed diameter relative to the image, requires a custom onAdd and onUpdateMarker because the size of the html element (a div) needs to be adjusted if you change the zoom of the image. Attaching bookmarks with a row requires a custom onUpdate callback.