Home / Tooltip / imgNotes - Add markers and notes to the image
imgNotes - Add markers and notes to the image

imgNotes - Add markers and notes to the image

Download
  • Overview
  • Documents
  • Demos
User Rating: 3.9/5 ( 5 votes)
Your Rating:

imgNotes is a jQuery 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 widget has an edit and a view mode controlled by an option flag (canEdit).

In edit mode (canEdit: true) the default action associated with clicking on the image is to insert a marker and open a dialog with a textarea to enter a note. The "Delete" button on this dialog deletes the marker and note. Callbacks are provided for developers to override the default marker and the note editor.

In view mode (canEdit: false) markers cannot be changed. By default, clicking on a marker displays the associated note in a dialog window. This default action can be overriden by a callback option.

Methods are provided to import and export notes from and to a javascript array.

Source: github.com

Scroll To Top