向 jquery 个所选插件添加新值
Add new values to jquery chosen plugin
在我的应用程序中,我使用了 Jquery Chosen 插件,它在我们的表单中提供了一些看起来很漂亮的多个 select。 select 可以填充一些选项,用户可以 select 其中一个或多个。
最近,在使用这个插件时,我想允许用户将自己的值动态地添加到列表中。目前,如果结果中不存在该值,则会显示“未找到结果”消息。
使用这个版本
// Chosen, a Select Box Enhancer for jQuery and Protoype
// by Patrick Filler for Harvest, http://getharvest.com
//
// Version 0.9.5
// Full source at https://github.com/harvesthq/chosen
// Copyright (c) 2011 Harvest http://getharvest.com
// MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
// This file is generated by `cake build`, do not edit it by hand.
HTML
<select data-allows-new-values="true"
style="width: 100%;" class="chzn-select-desele selLoc " >
</select>
在我的应用程序中,我使用了 Jquery Chosen 插件,它在我们的表单中提供了一些看起来很漂亮的多个 select。 select 可以填充一些选项,用户可以 select 其中一个或多个。
最近,在使用这个插件时,我想允许用户将自己的值动态地添加到列表中。目前,如果结果中不存在该值,则会显示“未找到结果”消息。
使用这个版本
// Chosen, a Select Box Enhancer for jQuery and Protoype
// by Patrick Filler for Harvest, http://getharvest.com
//
// Version 0.9.5
// Full source at https://github.com/harvesthq/chosen
// Copyright (c) 2011 Harvest http://getharvest.com
// MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
// This file is generated by `cake build`, do not edit it by hand.
HTML
<select data-allows-new-values="true"
style="width: 100%;" class="chzn-select-desele selLoc " >
</select>