muliselect下拉与php中的复选框

时间:2017-11-16 06:08:01

标签: php jquery dropdown

我正在使用php,我想使用jquery显示带复选框的下拉列表。我引用了这个链接http://phpzag.com/demo/multi-select-dropdown-with-checkbox-using-bootstrap-jquery-and-php/

并使用我的数据实现。但这对我不起作用。以下是我的代码,

<script>
$(document).ready(function() {       
    $('#test_namelist').multiselect({       
        nonSelectedText: 'Select testname'              
    });
});
</script>

下拉选项将来自我的mysql数据库。价值将超过2000。

现在,我在控制台中点击下拉列表时会看到以下内容,

[Violation] 'click' handler took 548ms
[Violation] Forced reflow while executing JavaScript took 540ms

任何人都可以提供帮助。

0 个答案:

没有答案