How to reload jquery dropkick object

后端 未结 6 977
执念已碎
执念已碎 2021-02-08 16:39

Im using a simple select list and the jquery.dropkick library to make it beautiful. Now i want to change that dropkick content after the corresponding select element has been ch

6条回答
  •  一生所求
    2021-02-08 17:18

    For new visitors. Dropkick added redraw method.

    $("select").dropkick('redraw');
    

提交回复
热议问题