Jquery select chosen 插件注意点
Posted Fight With Me!!!
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jquery select chosen 插件注意点相关的知识,希望对你有一定的参考价值。
<select style="width:200px;" name="carId" data-placeholder="选择车辆牌照" tabindex="3" id="car" class="chzn-select"> <option value=""></option> #if($companyList) #foreach($company in $companyList) <optgroup label="$company.name"> #if($cars) #foreach($car in $cars) #if($company.id==$car.company.id) <option value="$car.id">$car.carSerialNumber</option> #end #end #end </optgroup> #end #end </select>
如果无法正常显示,更换select 的ID值,Id是这个插件进行识别select的标志
以上是关于Jquery select chosen 插件注意点的主要内容,如果未能解决你的问题,请参考以下文章
Jquery chosen select默认值为之前选择input值
jQuery Validate 无法验证 chosen-select元素