标签: javascript jquery scrollbar scrolltop console.log
这是我在控制台中使用的代码。
var h = jQuery(this).scrollHeight; console.log(h);
这显示" undefined"在控制台中。
jQuery("#activeslide3 p").scroll(function(){ var pos = jQuery(this).scrollTop(); console.log(pos); });
滚动时没有给出任何输出。