jquery.scrollwatch:滚动到各个页面元素中并在其中显示时触发各种页面元素上的事件

时间:2024-06-10 10:13:19
【文件属性】:

文件名称:jquery.scrollwatch:滚动到各个页面元素中并在其中显示时触发各种页面元素上的事件

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-10 10:13:19

JavaScript

jquery.scrollWatch 当页面元素滚动到视图中或从视图中滚动出来时,触发事件。 用法 使用.on()方法绑定事件: // Pseudo-JavaScript $('#element').scrollWatch(options).on(eventName, callback, thisArg); // Example $('#element').scrollWatch().on('scroll', function(event) { console.log(event.visibility) }); 方法 on(eventName, callback, [thisArg]) -绑定事件 大事记 scrollin (事件)-当元素在视口中完全可见时触发一次。 scrollout (事件)-当所有元素都不可见时触发一次。 仅在元素上已调用scrollin触发。 s


【文件预览】:
jquery.scrollwatch-master
----.gitignore(39B)
----README.md(2KB)
----tests()
--------specs()
--------index.html(1KB)
----LICENSE(1KB)
----jquery.scrollwatch.js(5KB)
----Gruntfile.js(856B)
----bower.json(258B)
----package.json(725B)
----src()
--------jquery.scrollwatch.js(5KB)
----jquery.scrollwatch.min.js(2KB)
----.travis.yml(103B)
----index.html(1KB)

网友评论