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 -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -