基于jQuery UI的多项选择下拉列表框组件 jQuery UI MultiSelect Widget

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");