Have you tried destroying your draggable?

var dragMe = new Draggable('element');
// do stuff
dragMe.destroy();
// if you need to make it draggable again later, you'll have to create
a new Draggable

I've only worked with Sortable, so I might not be the best person to
answer this.

-justin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to