That's right. Interface is no longer being supported/improved and is being replaced by jQuery UI. You can think of it as the next version of Interface, but it's totally reworked.
- Richard On 6/4/08, denise <[EMAIL PROTECTED]> wrote: > > That explains the problem, there are two separate libraries jQuery/UI > and Interface. Duh. I think I like the one for Interface better, but > it looks as though they may be unsupported now. Does anyone know the > status? > > Thank, > d. > > On Jun 3, 7:31 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: >> 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. >