search for: chatman

Displaying 1 result from an estimated 1 matches for "chatman".

Did you mean: chapman
2006 Jul 20
1
Scriptaculous + Sortable: onUpdate Not Firing
...l, I''m using Scriptaculous 1.6.1 on a project I''m developing. My generated HTML (generated by PHP) looks something like this: <ul id="admin-list"> <li id="li-13">Singletary, Bob (President/CEO)</li> <li id="li-12">Chatman, Jim (Vice President of Finance/CFO)</li> ... </ul> <script type="text/javascript"> Sortable.create(''admin-list'', { onUpdate: function() { alert (''Updated!''); } }); </script> When the page loads, I can drag and drop the LI...