[Proto-Scripty] Re: Sortable.create & reverteffect

2009-10-03 Thread Jon B.
I've got an update to the post I sent last month. Although my original question was rather specific, I soon realized that I needed to solve a broader problem and I'm happy to report that I've figured out a simple solution! Here's the (broader) problem: I drag an element within a sortable. Sometim

[Proto-Scripty] Re: Sortable.create & reverteffect

2009-09-14 Thread DJ Mangus
Rather than hide it you could remove it completely from the DOM. If your element isn't recreated via ajax after a drop, move it yourself after a successful drop by removing it from the DOM and reinserting it where it was dropped (or wherever makes sense for that matter if the target is sorted some

[Proto-Scripty] Re: Sortable.create & reverteffect

2009-09-14 Thread ColinFine
On Sep 11, 2:19 am, "Jon B." wrote: > I'm trying to use the reverteffect option on a sortable and it's not > doing what I would expect. My expectation is that the reverteffect > would only be triggered if the object I'm dragging is dropped back > where it started. What I'm seeing is that the re