Hi there,
On 6/27/07, KJ <[EMAIL PROTECTED]> wrote:
> Hi, I'm having problems with a call back, the following code doesn't
> seem to want to call the callback function. I'm hoping someone can
> help with this as the official scriptaculous documentation is pretty
> poor.
>
> Thanks
> Sortable.create("list", {dropOnEmpty:true,handle:'handle',containment:
> ["list"],constraint:false, onUpdate:updateOrder});
>
> function updateOrder(){
> var options = {
> method : 'get',
> parameters : Sortable.serialize('list')
> };
> new Ajax.Request('saveOrder.php', options);
> }
Could you provide a complete example, with markup and everything?
Arnar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" 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/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---