-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
On the online example :
// some of the advanced usages
$('div.container').multisortable({
items: "div.item",
selectedClass: "selected",
click: function(e){ console.log("I'm selected."); }
stop: function(e){ console.log("I've been sorted."); }
});
a comma is omitted after the click function, triggering an error. Don't forget it as long as other functions are following !
click: function(e){ }, stop: function(e){}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels