I search a good way to put <li>
entrys into other <ul>
container.
The clue is, that when the <li>
element is dropped into it's origin <ul>
it should be reverted to it's origin place. I do not want them to be sortable.
When it is droppen on an other list, it should be added to that <ul>
.
I am using the sortable plugin with the "connectWith:" option, but it does not work how I want.
Do you have some ideas, how it could work? Or whitch plugin is better for that idea.