1

由于在最新的 wordpress 主题中升级到最新的 jquery,stickjs 不能 100% 工作。

它会粘住,但在达到一定高度时不会松开。

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

你可以在这里看到插件:

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 日志中没有任何错误。

帮助将不胜感激:)

4

0 回答 0