Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用jQuery,HTML 5和CSS 3.
jQuery
HTML 5
CSS 3
要求是我需要完全像http://cubiq.org/dropbox/iscroll4/examples/pull-to-refresh/那样实现,以显示像 iPhone 这样的列表。
我们如何使用时尚的滚动条创建这个可滚动的内容。是否有jQuery可用的插件和 UI 代码?
ajax当用户向下滚动并且没有数据时,我需要获取内容。
ajax
您快到了!iScroll4 是实现您遇到的演示的库,它与 jQuery 配合得很好。它本身不是 jQuery,但它体积小、效率高且恕我直言非常好!
http://cubiq.org/iscroll-4
仔细注意refresh()方法上的注释(不是“拉刷新”,这是不同的) - 您需要在请求 AJAX 内容后执行此操作。这很容易被忽略,但如果实施得当,效果很好。
refresh()