0

I am using the jquery scroll plugin : nicescroll - http://areaaperta.com/nicescroll/demo.html

I have a div attached with the nicescroll, the contents in the div are large say 100 lines but I am only displaying 10 lines at a time. The scrolling is working perfectly but I am unable to copy the contents more then 10 visible lines as scrollbar doesn't scroll down when my mouse has reached the end of the 10th line. This behaviour of scrolling down when we copy data is normal and standard but unable to perform so using the plugin. I have gone through the complete documentation and was unable to find the solution, so posting here. I have observed the same issue on their site.

Does anyone have any solution to achieve this behaviour?

4

1 回答 1

0

在最新版本 v.3.2.0 的插件中已经实现了卷轴上复制内容的要求。添加到插件中的新选项是启用crollonselection。

谢谢犬夜叉。您可以从https://github.com/inuyaksa/jquery.nicescroll下载最新版本

于 2013-04-18T11:24:22.577 回答