I need some help with getting some items to stay in place in a jquery UI sortable.
I know about JQuery sortable lists and fixed/locked items and it does work quite nicel
You can make container element sortable so that you will not have to worry about new elements:
sortable
Demo
HTML:
1 2 3 4 5
JS:
$("#container").sortable();