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!

crop


CropZoom

Average rating
(1 vote)

CropZoom is a plugin that let you select an area of an image to crop, also you can zoom in or zoom out, drag and also rotate. this plugins needs ui.droppable, ui.resizable, ui.slider from JQuery UI.

ThreeDots

Average rating
(3 votes)

ThreeDots is a customizable jQuery plugin for the smart truncation of text. It shortens identified text to fit specified dimensions and appends the desired ellipsis style if/when truncation occurs. (visit project homepage for more details)

By default, the three dots ellipsis ("...") is used and limits text to a maximum of 2 lines. These and many other characteristics are fully customizable...

  • word delimiters,
  • ellipsis string,
  • mouse-over effects,
  • ... and more ...

IMPLEMENTATION

$('.text_here').ThreeDots(); 
$('.text_here2').ThreeDots( {  /* OPTIONS * /  });

Jcrop Image Cropping Plugin

Average rating
(9 votes)

Jcrop is the quick and easy way to add image cropping functionality to your web application. It combines the ease-of-use of a typical jQuery plugin with a powerful cross-platform DHTML cropping engine that is faithful to familiar desktop graphics applications.

imgAreaSelect

Average rating
(12 votes)

Lets the user select a rectangular area within an image. Can be used to implement image cropping and Flickr-like photo notes.