jScrollPane 的问题
我在我的网站上使用了 jScrollPane。我还使用 ajax 来更新使用 jScrollPane 的同一 div 上的数据。现在,当我将返回的数据附加到 div 时,滚动条在附加文本上不可见。可能是因为在文档加载时调用了 jQuery 函数,但现在有什么想法可以解决这个问题吗?
I have used jScrollPane on my site. I'm also using ajax to update the data on the same div where the jScrollPane is used. Now, when i append the returned data to the div, the scrollbar is not visible on the appended text. It may because the jQuery function is called when the document loads but now any ideas to solve this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
动态插入内容时需要使用jScrollPane中的自动重新初始化功能,如下所示:
You need to use the auto reinitialise function in jScrollPane when inserting content dynamicly, something like this: