ScrollByY jScrollPane
尝试将带有像素数量的scrollByY分配给jscrollPane的实例。我将它与 Galleria 结合使用,并且必须将其添加到 Galleria 文件的末尾才能使其正常工作。下面的代码:
this.bind('loadfinish', function(e) {
this.$('loader').fadeOut(200);
$('.galleria-thumbnails-container').jScrollPane({showArrows:true, animateScroll:true});});
似乎无法让它工作。我尝试使用网站上的代码:
var element = $('.galleria-thumbnails-container').jScrollPane({scrollByY(200)});
var api = element.data('jsp');
但这似乎不起作用:( 有帮助吗?
Trying to just assign scrollByY with a pixel amount to an instance of jscrollPane. I'm using it in conjunction with Galleria, and had to add it to the end of the galleria file in order for it to work. code below:
this.bind('loadfinish', function(e) {
this.$('loader').fadeOut(200);
$('.galleria-thumbnails-container').jScrollPane({showArrows:true, animateScroll:true});});
can't seem to get it to work. I tried using the code from the site:
var element = $('.galleria-thumbnails-container').jScrollPane({scrollByY(200)});
var api = element.data('jsp');
but that didn't seem to work :( Any help?
Here's a link to the page:
http://orangepxl.com/veronica/galleries.php
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)