Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Releases for imgAreaSelect


imgAreaSelect 0.9.2

Download: jquery.imgareaselect-0.9.2.zip
Size: 47.64 KB
md5_file hash: f1d28b3eec3969ba309da5bb7bb4554e
First released: February 20, 2010 - 1:58pm
  • Added the remove option to completely remove the plugin from the image
  • Minor bugfixes and improvements

imgAreaSelect 0.9.1

Download: jquery.imgareaselect-0.9.1.zip
Size: 42.31 KB
md5_file hash: 59992cc7cab969100c3b51f18a544eed
First released: August 6, 2009 - 7:39pm

Fixed a bug in plugin initialization.

imgAreaSelect 0.9

Download: jquery.imgareaselect-0.9.zip
Size: 42.26 KB
md5_file hash: 6242b4c3910124b2072c05755e8c2a99
First released: July 20, 2009 - 3:22pm
Last updated: July 20, 2009 - 3:22pm
  • styling the plugin is now done with CSS (the old styling options are still supported)
  • added the fadeSpeed option to show/hide the plugin with a fade effect
  • added the instance option to get an instance of the plugin's object
  • some of the plugin's methods have been made public and can be called through an instance
  • added support for onInit callback function
  • fixed a few bugs and cleaned up some parts the code

imgAreaSelect 0.8

Download: imgareaselect-0.8.zip
Size: 15.43 KB
md5_file hash: fd19f774cc185b4089af2340fe618db5
First released: April 16, 2009 - 10:17am
  • Added the imageWidth and imageHeight options to set the true dimensions of scaled images
  • Added the zIndex option to allow setting the z-index explicitly
  • The plugin can now be initialized with either $(window).load or $(document).ready
  • Minor bugfixes and code cleanups

imgAreaSelect 0.7

Download: imgareaselect-0.7.zip
Size: 14.85 KB
md5_file hash: 74e60e94b792a4c74f7e8322c3dcfaa2
First released: March 18, 2009 - 4:17pm
  • Added optional resize handles
  • Implemented a workaround for Opera move/resize cursors problem

imgAreaSelect 0.6.2

Download: imgareaselect-0.6.2.zip
Size: 13.78 KB
md5_file hash: e4a8515b346b45fb89dce5973168f5d1
First released: December 24, 2008 - 5:28am
  • Canceling selection now triggers the onSelectChange and onSelectEnd callback functions

imgAreaSelect 0.6.1

Download: imgareaselect-0.6.1.zip
Size: 13.74 KB
md5_file hash: 0f5aa391b6fc7b7291e0469ef6383c07
First released: November 17, 2008 - 6:42am
  • Removed debugging code

imgAreaSelect 0.6

Download: imgareaselect-0.6.zip
Size: 13.73 KB
md5_file hash: b530c5abc421c9e61305fd0de541d14d
First released: November 16, 2008 - 6:03pm
  • Added keyboard support
  • Added an option to make the selection area persistent (ie. disallow starting a new selection)
  • Clicking outside the selection area now doesn't start a new selection immediately, but rather waits until the mouse pointer starts moving

imgAreaSelect 0.5.1

Download: imgareaselect-0.5.1.zip
Size: 12.55 KB
md5_file hash: 47f2f1bf6cf335bb2144a0a0c7813c7b
First released: September 18, 2008 - 2:42pm
  • Fixed a bug that caused the plugin elements to be positioned incorrectly in WebKit-based browsers

imgAreaSelect 0.5

Download: imgareaselect-0.5.zip
Size: 12.47 KB
md5_file hash: 726e19052a808bd0e5495d9672b16729
First released: August 20, 2008 - 11:16pm
Last updated: August 20, 2008 - 11:16pm
  • The plugin now readjusts itself when the browser window is resized
  • The HTML elements (divs) created by the plugin can now have user-defined classes
  • Added an option to set the parent element of the plugin

imgAreaSelect 0.4.2

Download: imgareaselect-0.4.2.zip
Size: 11.89 KB
md5_file hash: 35dc98037906539d319a9854103715c0
First released: May 21, 2008 - 4:34pm
  • Fixed a bug that caused JavaScript errors in IE

imgAreaSelect 0.4.1

Download: imgareaselect-0.4.1.zip
Size: 11.89 KB
md5_file hash: f22baeaebdbcb318aa82034326f54e81
First released: May 21, 2008 - 12:51pm
Last updated: May 21, 2008 - 12:51pm
  • Fixed the bug that made the unselected area behave incorrectly when hidden/shown
  • Cleaned up the code a little bit

imgAreaSelect 0.4

Download: imgareaselect-0.4.zip
Size: 12.11 KB
md5_file hash: 5476e5f3d185418ddf21e119267c4683
First released: May 20, 2008 - 11:20pm
  • Added options to set color and opacity of the outer (unselected) area
  • Added options to enable/disable the plugin on demand
  • Fixed issues that prevented the plugin from working correctly with images having position: fixed and z-index

imgAreaSelect 0.3

Download: imgareaselect-0.3.zip
Size: 11.25 KB
md5_file hash: b08f0ace5596e85d85c1be112be3d72d
First released: March 30, 2008 - 10:13pm
  • Added the minWidth and minHeight options to set the minimum size of the selected area
  • Added options to set the initial selection area
  • Added the ability to dynamically change options and show/hide the selection area

imgAreaSelect 0.2

Download: imgareaselect-0.2_2.zip
Size: 11.27 KB
md5_file hash: c97c86aa722ab98215d743bed5847158
First released: March 10, 2008 - 4:34pm
  • Added options to set the maximum size of the selected area
  • Added an option to set a fixed aspect ratio
  • Added the ability to move/resize the selected area