如何在单击事件上使用 jQuery、Waypoints 扩展?
I'm reading the documentation here: jQuery, Waypoints, plugin docs.
And I'd like to refresh the waypoints using this jQuery object extension on a click event:
$.waypoints('refresh')
How do you do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
点击事件是什么?
假设您向页面添加一个按钮:
然后您将像这样激活它:
Click-event on what?
Suppose you add a button to the page:
Then you'd activate it like so: