JQuery UI Sortable and Draggable List Interaction Not Working Quite Right?

$('#add-list . Tracker-item'). Draggable({ connectToSortable : '.

Target-list You're connecting the third list only to the second list here. If you make add the target-list class to the first list you can then drag from third to first.

$('#add-list . Tracker-item'). Draggable({ connectToSortable : '.

Target-list', You're connecting the third list only to the second list here. If you make add the target-list class to the first list you can then drag from third to first.

Sorry, I edited my code at the same time you replied. It was an error in copying the code. I fixed it and you can see it above.

– TerranRich May 13 at 0:59 I visited your site and was able to reproduce the bug. Now that you have made the connectToSortable : '. Sortable' modification the bug no longer exists.

– wewals May 13 at 1:12 I'm still seeing it. Did you try dragging more than one item from the gray list to the blue list box? It works fine the first time, but after it is dropped, the gray list no longer acts as a draggable UI object.

– TerranRich May 13 at 1:16 1 Ah, indeed. What's the dimension plugin being used by? That's where the first exception gets thrown.

– wewals May 13 at 1:26 It's being used by a Tooltip plugin I use on a few other pages. If I remove the call to that script... what do you know, it fixes it. I'll see if I can do without Dimensions; if not, I'll find another tooltip plugin.

Thanks! – TerranRich May 13 at 1:29.

I have three custom-designed lists: a "Have" list, a "Need" list, and the list of original items to choose from. I have the last list as a draggable, with its connectToSortable set to a class that the first two lists share. For some reason, after I drag an item from the 3rd list to the 1st list one or two times, it suddenly refuses to cooperate.

The items in the 3rd list suddenly become un-draggable. But dragging items from the 3rd to the 2nd list works just fine. You can try the link above and test it out for yourself.

Can anybody tell me what the problem might be?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions