Skip to content

josephbhunt/jquery-easyPaginate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

easyPaginate.js

EasyPaginate is a jQuery plugin that provides a simple way to paginate any group of HTML elements on a page. The functionality of the pagination is separated from your styles, and by default it looks very sparse. This allows you to apply any styles you like.

EasyPaginate has the ability to paginate both vertically and horizontally. By default, when you call easyPaginate on an element it will find the area of that element and fit as many items into that space as possible. So, the items you want to paginate can be of variable size, and they can display as a list or a grid. (See the examples in the test folder.)

Why I created it

I created this plugin so that I could easily paginate a list of HTML elements, without making any assumptions about what kind of element they are, or how they should be styled.

Why I like it

I like this solution because it abstracts the functionality from the styles. I am also proud of this plugin because it is very versatile, and it can paginate the items inside another HTML element in a grid-like fashion (See the fixedGridExample under /test).

About

Simple, versitile pagination plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published