Skip to content
Steve James edited this page Mar 12, 2018 · 4 revisions

You can call any of these methods using the following:

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


destroy

Destroys the filter widget.


updateCache

Reloads the cache of values to search against.


widget

Returns the wrapper div with the input and label text inside. This is a quick and easy way to access the HTML created by the plugin.

Clone this wiki locally