🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

AreaSelectable is a small jQuery plugin which makes it possible to highlight & select rectangle areas of an image you provide.

image-editing image-marker

Documentation

jquery-Areaselectable

A basic extension for select an area on image or other elements.

Demo and documentation

Installation

You can download from github and immport your project with scripts tag.

Usage

Basic setup

In html:

<img id="image" src="your_image.jpg">

In jQuery

$(document).ready(function() { $("#image").areaSelectable(); })

Options and methods

You can see full documentation here.


You May Also Like