> Any idea on question 1 ? Why does onUpdate not executed ?... Gnnnn!

onUpdate won't fire unless you name your items as "item_1" instead of
"item1" (in the id of the LI elements).  It uses Sortable.serialize to
determine if the value has changed, and that function relies on ids
formatted in that way.

Greg
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to