[Proto-Scripty] Re: onUpdate does not work with Sortable.create

2008-11-25 Thread Matt Foster
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]> w

[Proto-Scripty] Re: onUpdate does not work with Sortable.create

2008-11-22 Thread patrick
Let me simplify my example.. Though the items are sortable, the alert never gets called... item 1 item 2 item 3 item 4 <%= javascript_tag "Sortable.create('list', { onUpdate:function() { alert('hi'); }});"%> --~--~-~--~~~---~--~~