現在,最熱門的網站分頁趨勢之一是jQuery的無限滾動(也即瀑布流)。如果你碰巧觀察Pinterest的網站,如Facebook,Twitter和deviantART的,你會發現無限滾動的動作,當舊的內容自動加載,當你到達頁面底部的。這將鼓勵訪客的網站停留更長的時間,並進一步閱讀的網站提供更多相關的內容,無需用戶任何操作自動。
從設計和可用性的角度來看,無限滾動導航容易的,因為內容的加載方式,無需額外的頁面加載和沒有任何積極的行動,需要從訪問者。有了這樣的技術,無限滾動的網站有更多的機會獲得比傳統的分頁的網站,其內容暴露。這也往往使他們看起來很現代,互動性和趣味性。
在這篇文章中,我們與你分享了一個jQuery的滾動插件集合,在您的網站,可以幫助您實現無限滾動系統。這些無限滾動的腳本是免費的,但我還添加了優質的產品。如果你有無限滾動的jQuery插件,我們可以添加,請在評論中給我們一個鏈接。我們也很樂意聽聽你的意見對這篇文章和一般的無限滾動。享受!
原文地址:http://www.goodfav.com/15-awesome-jquery-infinite-scrolling-plugin-showcase-1279.html
DIY jquery 無限滾動 – MORE INFO
A jQuery plugin that provides a basic mechanism for triggering more results to be loaded when the bottom of the page is reached.
Infinite Pages – MORE INFO / DEMO (Premium)
Infinite Pages was designed for displaying large pieces of HTML data in more manageable chunks. When the reader reaches the end of the page, the script loads more content. It implements an ‘infinite scroll’ mechanism to load data, so the reader doesn’t have to load enourmous amounts of text / images onto the page all at once. This ensures a more comfortable reading experience for the user. Infinite Pages works by ‘paginating’ your data, and then feeding that data to the user ‘on demand’. This technique is known as ‘lazy loading’, and is becoming more and more common on the internet. An example of infinite scrolling is Google Images, where content is loaded as requested by the user.
Create Infinite Scroll Effect Using jQuery – MORE INFO
This tutorial will teach you how to code an infinite scrolling effect on your website using JavaScript.
infini_scroll – MORE INFO
“infiniScroll” was written as a jQuery plugin. It works for blog posts but will work for anything where you scroll to get more data. Just like Twitter.com, Facebook status messages, etc. Instead of paginating items, the plugin allows you to keep on scrolling. Such system works on posts and tweets but they can also be applied on leaderboards, portfolio items, anything where you want to load subsequent elements.
jquery-esn-autobrowse – MORE INFO
This plugin adds automatic ajax loading of page content when the user scrolls the page, with built-in browser cache.
Infinite Ajax Scroll, a jQuery plugin – MORE INFO
Infinite Ajax Scroll is an open-source jQuery plugin that turns your existing pagination into an infinite scrolling one, with ease.
jQuery ScrollPagination – MORE INFO
jQuery ScrollPagination plugin has been developed by Anderson Ferminiano for studying purposes. You can however, use it in any way you want on your projects for free, as long as you maintain the credits.
Twitter-style triggered infinite scroll – MORE INFO
This plugin aims to progressively enhance your page. Your navigation/pagination elements should be present in the HTML for non-js users, but the plugin will utilize those links to build out a more rich browsing experience.
Load Content While Scrolling With jQuery – MORE INFO
This Ajax auto content loading can very be handy in almost every project. It loads the extra content once you reach the bottom of the page.
Screw – A jQuery Plugin – MORE INFO
Screw, from scroll + view, is a jQuery plugin which loads HTML as a user scrolls the webpage. Screw will help you save bandwidth by only loading content as it is scrolled into view. Screw can also be used to create continuously scrolling, bottomless pages where content is appended to the bottom as the user scrolls.
Endless Scroll – MORE INFO
Endless Scroll not only helps you build highly customizable infinite scrolling effects, it also offers features not commonly seen. Such features include: The ability to up-scroll and prepend content to the beginning of the page; The ability to limit the number of available ‘pages’, i.e. data truncation; and and there are more exciting features in the works, including SEO-friendly URLs!
jScroll – MORE INFO
jScroll is a jQuery plugin for infinite scrolling, written by Philip Klauzinski. Infinite scrolling; also known aslazy loading, endless scrolling, autopager, endless pages, etc. is the ability to load content viaAJAX within the current page or content area as you scroll down. The new content can be loaded automatically each time you scroll to the end of the existing content, or it can be triggered to load by clicking a navigation link at the end of the existing content.
Infinite scroll – MORE INFO
This plugin aims to progressively enhance your page. Your navigation/pagination elements should be present in the HTML for non-js users, but the plugin will utilize those links to build out a more rich browsing experience.
jQuery onScrollBeyond and scrollExtend plugins – MORE INFO
The scrollExtend plugin is designed to automatically load new content at the bottom of the screen (by appending to a DOM element) when the user scrolls beyond the element, much like Facebook does with their status updates. The existing infinite scroll plugin was primarily designed to integrate with WordPress, which didn’t really suit my purposes.
Unlimited Scroll using the Twitter API – MORE INFO
這個的資源實際上就是一個附有可下載源碼的教程,教你如果使用jQuery創建無限滾動效果,就像你在Twitter中看到的那樣。