Skip to content

notification on the example #33

@fenix92

Description

@fenix92

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){}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions