You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a list of items dynamically by means of $( "#list").append(item). I noticed, though, that the items do not become sortable.
I also tried to apply $("#list").sortable() after the list creation has been completed, but this does not work either.
Is there something like .sortable('refresh') similar to what JQuery UI provides?
The text was updated successfully, but these errors were encountered:
I want to create a list of items dynamically by means of $( "#list").append(item). I noticed, though, that the items do not become sortable.
I also tried to apply $("#list").sortable() after the list creation has been completed, but this does not work either.
Is there something like .sortable('refresh') similar to what JQuery UI provides?
The text was updated successfully, but these errors were encountered: