我试图使用javascript scrollheight和jQuery scrollTop()但没有得到任何结果

时间:2014-08-06 06:44:26

标签: 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);
});  

滚动时没有给出任何输出。

0 个答案:

没有答案