• Ajax Pagination script


    这是一个Ajax分页组件,用于创建web2.0的分页效果。页面内容通过Ajax动态加载。

    Ajax Pagination script

    Description: This script lets you include content from multiple pages and display them on demand, using Ajax. Pagination links are automatically created, with each page downloaded only when requested (speeding up delivery and saving on bandwidth. An overview of this script now:

        * Each page within the paginated content is fetched individually and only when requested for sake of efficiency.
        * The pagination DIV for each Ajax Pagination instance can be positioned anywhere and duplicated multiple times on the page, such as having both a top and bottom pagination DIV.
        * You can limit the range of the visible pagination links shown, incremented automatically. This is very useful for Ajax Pagination instances with a lot of pages. v1.2
        * The settings for each Ajax Pagination instance- a list of files to display plus the selected page- is stored neatly as a JavaScript object for ease of portability. This variable can be manually defined or dynamically written out based on information returned from the sever, such as via PHP/ MySQL.
        * Each Ajax Pagination instance can be refreshed with new content by feeding a new settings variable to it on the fly, with the pagination links updated automatically to match.
        * Session only persistence enabled by default to persist the last page user viewed when navigating away then returning to the webpage containing the script. v1.2

    This script is ideal for showing multi-page content such as "user comments" without reloading the rest of the page each time a comment page is requested.

    点击次数   官方主页【官方主页】   下载地址【下载地址】

    网友留言/评论

    我要留言/评论

    相关开源项目

    AudioPlay:AudioPlay是一个基于Flash技术的简单MP3播放器。其操作界面上只有一个播放按纽。通过其提供的一个XML文件可以配置:按钮图片,背景颜色,指定播放mp3文件名称,循环播放,自动开始等。
    PrimaryCSS:PrimaryCSS是一个CSS框架用于创建常见的页面布局。它自带22种布局从单列到多列各种变化并且兼容大部分浏览器。
    Three.js: Three.js是一个轻量级Javascript 3D引擎。这个引擎可以使用Canvas、SVG和WebGL作为渲染器。
    WP Audio Player:WP Adudio Player是一个用于播放MP3文件的WordPress插件。简单易于使用和定制。
    Cottage: Cottage是一个简单的图形和声音的引擎,基于HTML5的Canvas和音频元素实现,只在简化基于Web的游戏开发。
    Xmpp4Js:Xmpp4Js是一个采用Javascript实现的XMPP Client Library。
    Blackbird:Blackbird是一个开源的JavaScript日志工具。提供一个漂亮的控制台来查看和过滤日志。
    Shortcuts.js:这是一个方便开发人员为JavaScript应用程序添加快捷键的JavaScript Library。
    Tempo: Tempo是一个轻量级JSON数据渲染引擎,它能够让你采用纯HTML来设计数据模板。完全分离HTML与JavaScript,还能够很方便处理Ajax内容。支持嵌套和条件判断。
    JavaScript MD5:JavaScript MD5是MD5加密算法的一个JavaScript实现。