I don't know if anyone has worked on doing this using methods or event triggering, but you could certainly do it the way we do in unit tests - simulate the drag on the resize handle. We use the simulate plugin for that:
http://jqueryjs.googlecode.com/svn/trunk/plugins/simulate/jquery.simulate.js Here are some examples: http://jquery-ui.googlecode.com/svn/trunk/tests/unit/resizable/resizable_core.js - Richard On Tue, Jul 21, 2009 at 7:46 PM, Gerwood Stewart <gerw...@gmail.com> wrote: > I think this has probably been asked before but. > > I want to resize an element that has .resizable() on it. I want the > resizable 'stop' event to trigger when it is done. > > Is there a way to do this? > > Thanks >