$(function() { $("#sortable").sortable(); ....}But then the user uploads files and are added to it as a <li> How can I add a "type" like draggable(), to this new elements that are created after the document is ready?Thanks for your time.
$(function() { $("#sortable").sortable(); ....}But then the user uploads files and are added to it as a <li> How can I add a "type" like draggable(), to this new elements that are created after the document is ready?