作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我将 jquery select2 附加到 <select>
时已经选择了一个选项,下拉列表不会显示所选的选项。如果我选择一个新选项,关闭下拉菜单,然后重新打开它,下拉菜单会显示该选项。
示例 fiddle 在这里:https://jsfiddle.net/9tf2nx8L/1/
重现步骤:
我认为这是一个错误报告,但想先用 SO 对其进行完整性检查。
最佳答案
你去吧:
function dropscroll(){
document.getElementById($(".select2-results__options").attr("id")).scrollTop = $(".select2-results__option[aria-selected=true]").outerHeight() * $(".select2-results__option[aria-selected=true]").index() - 100;
}
$(document).on("click",".select2-container", function(){
setTimeout("dropscroll()",1);
})
关于jquery-select2 - 如何让 select2 下拉列表在最初打开时滚动到选择,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36580558/
我是一名优秀的程序员,十分优秀!