I didn't see a ticket for this, so I filed one: http://ui.jquery.com/bugs/ticket/3283
:) On Aug 15, 2:14 am, "Paul Bakaus" <[EMAIL PROTECTED]> wrote: > I just did a tiny fix that should fix the beforeStop event in SVN, > however, there's currently no way to "cancel" a sortable. Feel > free to add it as feature to our bugtracker > athttp://ui.jquery.com/bugs/newticket. > > > > On Thu, Aug 14, 2008 at 4:00 PM, Jmh <[EMAIL PROTECTED]> wrote: > > > Hi, > > > im new to jquery-ui cause i needed a sortable table now i have the > > problem that > > the callback beforeStop doesnt get fired at any time. > > Im using this: > > $("#sortable").sortable({beforeStop: function(ev ,ui) { > > alert('dzop'); > > > } > > > the same code with change, start or stop does work fine. > > Second problem is, how to abort the sorting? > > i want to call a website (via ajax) to update the data in the database > > and if something get wrong i dont want to let the thing change their > > dom position. > > > i really got stuck on both these problems. > > > Thanks in advance, > > Julian > > -- > Paul Bakaus > UI Architect > --http://paulbakaus.comhttp://www.linkedin.com/in/paulbakaus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
