Coder Social home page Coder Social logo

sotongc / pagination Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mricle/pagination

0.0 2.0 0.0 57 KB

a simple jquery pagination plugin.

Home Page: http://mricle.com/JqueryPagination

License: MIT License

CSS 25.81% JavaScript 58.32% HTML 15.86%

pagination's Introduction

####此版本已不再维护,请使用新版本 ####https://github.com/mricle/Mricode.Pagination 收集了若干使用意见,基于此版本重新开发,增加了初始化设置pageIndex,优化不使用ajax情况下生成分页并新增加了若干方法,满足不同使用情况。

###------------------------------------------------------------------------------------------------------------

###Jquery Pagination Plugin [V1.2.6] 此版本已不再维护, a simple jquery pagination plugin

##Get Started include the library in the HEAD of your page:

<link href="jquery.pagination.css" rel="stylesheet" />
<script src="jquery-1.11.2.min.js"></script>
<script src="jquery.pagination-1.2.6.min.js"></script>

add a element for pagination

<div id="page" class="m-pagination"></div>

init pagination

$("#page").page({ total: 1000 });

###Documentation http://mricle.com/JqueryPagination

###Demo http://mricle.com/JqueryPagination/Demo

pagination's People

Contributors

mricle avatar

Watchers

James Cloos avatar Chen Guo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.