-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Is there any way to add a new list item dynamically? I attempted the following, but it causes the browser to crash from running out of memory:
$('#MappingEditor').append('<li id="New_Category"><div>New Category</div></li>').sortableLists(mappingOptions);
It seems to work for about a second before running out of memory. Is there an alternate way to re-instantiate sortableLists maybe?
Metadata
Metadata
Assignees
Labels
No labels