There is a dedicated mailing list for jQuery UI plugins: http://groups.google.com/group/jquery-ui
Here's the documentation for sortables: http://docs.jquery.com/UI/Sortables/sortable#options (click the Options tab) The callback you want is called 'sort'. It's called for each mousemove during the sort. - Richard On Tue, Jun 3, 2008 at 6:17 PM, denise <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm very impressed with the plugins available for jQuery, but I really > need callbacks during the dragging ( the way the Scriptaculous works > with its onChange method). It looks as though there used to be an > onUpdate method and an onChange method, but the more frequent callback > doesn't seem to be available anymore, only the one at the end. Is > there a way to get notified when the helper moves? or even a way to > set the onDrag option value on the sortable items? if so, can anyone > point me to documentation that would tell me how to do it? > > Thanks, > d. >