自升级到jquery 1.9.1后Stickyjs无法正常工作

时间:2013-04-20 15:15:33

标签: jquery jquery-plugins

由于在最新的wordpress主题中升级到最新的jquery,因此stickjs无法正常工作。

它坚持但是在击中一定高度时它不会松开。

我无法判断它的计算是否不再有效或插件存在问题。

你可以在这里看到插件:

http://stickyjs.com/

你可以在这里看到插件中的jquery:

https://github.com/garand/sticky/blob/master/jquery.sticky.js

我使用的jquery如下:

<script>

jQuery(document).ready(function(){

jQuery("#back_to_top_side").sticky({

topSpacing: 80,
bottomSpacing: (jQuery(document).height() - jQuery(".finish").offset().top) - 800

});

});

</script>

我的javascript日志中没有错误。

帮助将不胜感激:)

0 个答案:

没有答案