How to reload jquery dropkick object

后端 未结 6 1108
执念已碎
执念已碎 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:10

    For even newer visitors. Dropkick uses the reset method...not redraw.

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

提交回复
热议问题