Skip to content

Dynamically bind event handler #782

Open
@AntonioAmore

Description

@AntonioAmore

I'd like add event handler dynamically, after multiselect intitializing. For example:

$("selector").multiselect();
...
$("selector").bind("onDropdownShown", function(event) {
...
});

Is it possible at all?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions