防止列表框滚动到被选择的项目(使用jquery)
我有一个列表框,其中的项目可以与其他项目位于某种组中。 当选择一个项目时,将使用 jquery 选择该组中的所有项目。
列表框向下滚动到 jquery 正在选择的项目,这真的很烦人。我想停留在用户选择的项目的位置。
那么,当选择项目时,如何防止列表框向下滚动呢?
jsfiddle 示例在这里: 示例
编辑:单击示例中的项目编号 10,他会转到78,这就是问题所在。
I have a listbox, with items that can be in some kind of group with other items.
When one item is selected, all items from the group are selected with jquery.
Its really annoying that the listbox scrolls down to the items that jquery is selecting. I want to stay at the position of the item selected by the user.
So how can i prevent the listbox from scrolling down when items get selected?
jsfiddle example here: example
EDIT: click on item number 10 in the example, and he goes to 78, thats the issue here.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以试试这个:
You can try this: