当我使用select2时,页面在谷歌浏览器中加载缓慢。在IE11和Firefox中正常工作

时间:2018-10-12 12:17:19

标签: jquery-select2

在select2代码下使用它,只有在我们有更多记录的情况下,才在chrome中运行缓慢。

if ('${attribute.displayComponentType}' == 'searchableSelect') {
    $('#${attributeSelector}').select2({
    minimumInputLength:2,
    allowClear : true,
    placeholder : ""
});
$(".select2-container").width('98%');
$('#${attributeSelector}_clear').bind('click', function(e){
    '#${attributeSelector}').select2('val', ''); 
    });
    }

1 个答案:

答案 0 :(得分:0)

使用Bootstrap Multiselect或Bootstrap enter link description here select