javascript - jquery multiselect filter cannot be reload -


i use jquery ui multiselect plugin, , want reload multiselect filter in it.

i tried this:

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

but reloads new multiselect whithout filter in it. solutions?

i not recommend destroy option here instead can use

$("#select").multiselect('refresh'); 

Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -