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?

link|improve this question

57% accept rate
I'm not sure to understand but the sortable plugin has a items property to tell which elements should be sortable. You say items: '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
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.