Jquery Chosen plugin - dynamically populate list by Ajax

后端 未结 12 1026
野性不改
野性不改 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 11:56

    If you have two or more selects and use Steve McLenithan's answer, try to replace the first line with:

    $('#CHOSENINPUTFIELDID_chosen > div > div input').autocomplete({
    

    not remove suffix: _chosen

提交回复
热议问题