[jQuery] Re: sortable problem ...

2007-11-24 Thread jonlesser
The latest version in the SVN trunk seems to solve the problem. http://jqueryjs.googlecode.com/svn/trunk/ui/current/ui.sortable.js See also the discussion in the jquery-ui google group http://groups.google.com/group/jquery-ui/browse_thread/thread/6374dccb1a47597c/4622adeb0c9dbb83 -Jon [EMA

[jQuery] Re: sortable problem ...

2007-10-29 Thread [EMAIL PROTECTED]
Right now, as a workaround, I'm just manually calling my update function where it should be calling the callback function. Just a hack until they fix it.. I spoke with John and he's aware of the issue, but didn't give me a timeframe on resolution. On Oct 27, 10:32 am, df-sean <[EMAIL PROTECTED]

[jQuery] Re: sortable problem ...

2007-10-27 Thread df-sean
It's really too bad that this is left unfixed for so long. For the project I'm currently working on, I think I'm going to have to switch to Prototype in order to get a working Sortable list :-( I love jquery and would love to stick with it, but it needs to work (including the UI effects). Sigh...

[jQuery] Re: sortable problem ...

2007-10-26 Thread [EMAIL PROTECTED]
I just found this same issue, was trying to get some sortables to do an ajax call and couldn't get stop or update to work... Has anyone found a solution or work around for this? On Oct 24, 6:23 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I have started to user the Sortables and I see th

[jQuery] Re: sortable problem ...

2007-10-24 Thread [EMAIL PROTECTED]
I have started to user the Sortables and I see that update doesn't callback to the function properly, nor does stop. After looking through ui.sortables.js I see that it's not even coded in. The update callback is commented out and stop isn't even coded in. How am I supposed to do my AJAX call w