Skip to content
Michael edited this page Jan 4, 2017 · 4 revisions

You can call any of these methods using the following:

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

updateCache

Reloads the cache of values to search against. Make sure you call this after dynamically adding or removing any inputs to the multiselect.


destroy

Destroys the filter widget.


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