课程
/前端开发
/JavaScript
/瀑布流布局
为什么显示indow.onscroll is not a function
2016-10-01
源自:瀑布流布局 2-5
正在回答
在jquery中是以下面的方式实现scroll方法
$(window).scroll(function(){
});
慕粉18819259400 提问者
举报
瀑布流布局是网站比较流行的一种布局方式,教你实现三大方式
1 回答Uncaught TypeError: $(...).on is not a function 浏览器显示$(window).on("load",function(){ })不是函数是什么意思
3 回答Uncaught TypeError: parent.getElementByTagName is not a function 这个问题怎么解决
2 回答为什么总是报错Uncaught TypeError: $(...).srcollTop is not a function;jquery也引用好好的
1 回答2.js:16 Uncaught ReferenceError: clsName is not defined
1 回答效果显示为什么有点乱呢?