I'm working with jQuery ui sortable. It's working fine until I append
new element to the sortable container. I tried with
sortable("refresh"). It gets the new element when i call
sortable("serialize") but the new element is not draggable, though the
old ones(existing from the beginning) are still draggable.

Also another problem is if I keep the sortable initialization in a
outer function and call it on domready it does not work.

:( :( pls help...

Reply via email to