Alternatives to jQuery UI Resizable

javascript, jquery, jquery-plugins

Solution

You can use the CSS "resize" attribute. See this page: http://www.css3.info/preview/resize/

Problem

Does anyone know of any alternative jQuery plugins to the resizable function in jQuery UI? My main focus is on constraining the bounding box (parent), and the aspect ratio of the image.

Original source