-----Original Message----- How can I stop the draggable to follow the cursor?
----- You can run your confirmation script after a timeout. For example: function sure() { conf = confirm("Are you sure?"); if(!conf) { return false; } } Sortable.create('thelist',{endeffect: function(element) { setTimeout("sure()", 250);}}); _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs