README.md

    Pagination.js

    A jQuery plugin to provide simple yet fully customisable pagination.

    See demos and full documentation at:

    paginationjs.com

    paginationjs

    Usage

    $('#demo').pagination({
        dataSource: [1, 2, 3, 4, 5, 6, 7, ... , 195],
        callback: function(data, pagination){
            // template method of yourself
            var html = template(data);
            dataContainer.html(html);
        }
    })

    More examples, see paginationjs.com

    License

    Released under the MIT license.

    MIT: http://rem.mit-license.org, See LICENSE

    项目简介

    A jQuery plugin to provide simple yet fully customisable pagination.

    发行版本

    当前项目没有发行版本

    贡献者 6

    开发语言

    • JavaScript 76.7 %
    • CSS 23.3 %