我正在使用 select2 ( http://ivaynberg.github.io/select2/ ) 作为我的标记输入。从使用 select2 标记的示例中,代码看起来像这样。
$("#e12").select2({tags:["red", "green", "blue"]});
现在我的问题是如何在我的输入中插入默认值,就像在标记支持的http://ivaynberg.github.io/select2/中的页面示例中一样,输入的默认值是“棕色”、“红色” , & '绿色'。