验证错误放置问题

时间:2015-01-30 15:35:51

标签: jquery

我正在使用此插件在Select Tag中启用搜索选项 Chosen Plugin

但是当我验证页面时我面临着问题..它将错误置于选择控件之上并且错误看起来像这样

enter image description here

检查元素

enter image description here

$('.chosen-select').chosen({
    disable_search_threshold: 10,
    no_results_text: "Oops, nothing found!",
    search_contains: true,
    width: "95%"
}).trigger("chosen:updated"); 

请建议我如何解决这个问题

由于

0 个答案:

没有答案