Download This Plugin Back To jQueryScript
A professional-grade solution for adding interactive hotspots, notes, and editable areas to any image. Seamlessly integrated with jQuery.
Full editing capabilities enabled. Click anywhere to add a note or drag existing ones.
Read-only interface optimized for end-users. Perfect for product tours and educational content.
Notes automatically reposition based on image boundaries and viewport size.
Strictly controlled editability per-note or globally via simple configuration.
Clean, easy-to-use jQuery interface that won't bloat your project.
Quick start guide for your next project.
<link rel="stylesheet" href="annotate.min.css"> <script src="jquery.min.js"></script> <script src="jquery.annotate.min.js"></script> <img id="my-image" src="image.jpg">
$('#my-image').annotateImage({ editable: true, notes: [ { top: 100, left: 200, text: "Hello!" } ] });