Jquery Chosen plugin - dynamically populate list by Ajax

后端 未结 12 1033
野性不改
野性不改 2020-12-04 11:14

Im trying to build my dropdown menu using the plugin Chosen for Multiple Select . Here\'s to behavior I\'m based on:

http://jsfiddle.net/JfLvA/

12条回答
  •  暖寄归人
    2020-12-04 12:06

    This might be helpful. You have to just trigger an event.

    $("#DropDownID").trigger("liszt:updated");
    

    Where "DropDownID" is ID of

    提交评论

提交回复
热议问题