jQuery(document).ready(function(){
jQuery(window).scroll(function(){
if (jQuery(this).scrollTop() > 600) {
jQuery('.scrollup').fadeIn();
} else {
jQuery('.scrollup').fadeOut();
}
if(jQuery(this).scrollTop() < 600) {
jQuery('.scrolldown').fadeIn();
}else {
jQuery('.scrolldown').fadeOut();
}
});
jQuery('.scrollup').click(function(){
jQuery("html, body").animate({ scrollTop: 0 }, 900);
return false;
});
jQuery('.scrolldown').click(function() {
jQuery("html, body").animate({ scrollTop: jQuery(document).height()-jQuery(window).height() }, 900);
return false;
});
});
我在 Wordpress 网站上为页面滚动器尝试了此代码。当我从本地主机运行而不是在实时站点上运行时,它可以工作。为什么它不能在实时站点上运行?
我在 Javascript 控制台(通过 Firebug)上收到此错误:
TypeError: invalid 'in' operand e
[Break On This Error]
...pe);return e}x.each({parent:function(e){var t=e.parentNode;return t&&11!==t.node...
jquery.min.js (line 5)
TypeError: invalid 'in' operand e
[Break On This Error]
...pe);return e}x.each({parent:function(e){var t=e.parentNode;return t&&11!==t.node...
jquery.min.js (line 5)
TypeError: invalid 'in' operand e
[Break On This Error]
...pe);return e}x.each({parent:function(e){var t=e.parentNode;return t&&11!==t.node...
jquery.min.js (line 5)
TypeError: invalid 'in' operand e
[Break On This Error]
...pe);return e}x.each({parent:function(e){var t=e.parentNode;return t&&11!==t.node...
jquery.min.js (line 5)
TypeError: invalid 'in' operand e
[Break On This Error]
...pe);return e}x.each({parent:function(e){var t=e.parentNode;return t&&11!==t.node...
jquery.min.js (line 5)
TypeError: invalid 'in' operand e
[Break On This Error]
...pe);return e}x.each({parent:function(e){var t=e.parentNode;return t&&11!==t.node...
jquery.min.js (line 5)
TypeError: invalid 'in' operand e
[Break On This Error]
...pe);return e}x.each({parent:function(e){var t=e.parentNode;return t&&11!==t.node...