Basically I have 2 ul lists, both sortable and connected to each other (using JQuery UI). However, one has items and the other is empty (until items are dragged into it).
I am using the placeholder option on both lists, but what I really want is a way to display a placeholder all the time (like a container for each item) as there's always going to be empty spaces in one of the lists.
Is there a way I can achieve this effect with JQuery?
itemsproperty to tell which elements should be sortable. You sayitems: 'li.sortable'and have one<li>without this class, it won't be sortable and can server as a "drop-zone". Hope i'm clear – Didier Ghys Dec 4 '11 at 9:49