No idea if this works or not, but a quick search on Google has
produced an almost identical question and answer to your issue.

http://chumby.net/2008/10/27/scriptaculous-sortablecreate-onupdate-event-isnt-firing/


--

http://positionabsolute.net

On Nov 22, 4:53 pm, patrick <[EMAIL PROTECTED]> wrote:
> Let me simplify my example..  Though the items are sortable, the alert
> never gets called...
>
> <ul id="list">
>         <li>item 1</li>
>         <li>item 2</li>
>         <li>item 3</li>
>         <li>item 4</li>
> </ul>
>
> <%= javascript_tag "Sortable.create('list', { onUpdate:function()
> { alert('hi'); }});"%>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to