我想在chosen.js插件中隨時添加值。chosen.js:create_option參數不起作用
github.com/harvesthq/chosen
我找到了解決辦法here,但它不工作。我搜索了所有可用的選項,但未列出there。
我的JS是
$('.chosen-select').chosen({
add_new_options: true,
disable_search_threshold : 5,
no_results_text : "Oops, nothing found!"
});
我這麼想嗎?這裏需要其他參數嗎?爲什麼從可用的選項列表中缺失?
採取從下面的鏈接計算器鏈接完整的解決方案:http://stackoverflow.com/questions/11731932 –