我dropdownautowidth在我的SharePoint搜索页面上使用select2将其设置为true,这是第一次在页面加载时完美运行.在我搜索某个关键字后,页面会加载搜索结果,然后dropdownautowidth不会以某种方式设置为true.我正在使用$('#ddlCategory').select2({dropdownAutoWidth : true});我的document.ready功能声明.
dropdownautowidth
$('#ddlCategory').select2({dropdownAutoWidth : true});
document.ready
任何帮助表示赞赏.
jquery-select2
jquery-select2 ×1