Filter Plugin

Filtering is available by including the jquery.multiselect.filter.js plugin and the jquery.multiselect.filter.css CSS file. Initialize filtering on any of your multiselects by calling multiselectfilter() on the widget.

$("select").multiselect().multiselectfilter();

Options:

Pass any of these as a configuration object when you initialize multiselectfilter():

Events:

Methods

Syntax: $("select").multiselectfilter("method_name");