Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

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

Notifications You must be signed in to change notification settings

berkaygure/jquery-AreaSelectable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.