Skip to content

BurlesonBrad/jplist-github-wordpress-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jPList plugin for WordPress provides the ability to sort, filter and paginate WordPress posts. It uses AJAX calls and Handlebars templates to get posts asynchronously from database and render them on the page.

###Examples

###Installation

###Sorting

  • Sort posts by title asc or desc
  • Sort posts by date asc or desc
  • Sort posts by comments number

###Pagination

  • Auto pagination control
  • Google style pagination
  • Items per page control

###Filter and Search

  • Free text filter by post title
  • Free text filter by post content
  • Filter by categories

###Storage

  • Supports local storage
  • Supports cookies
  • Has deep links support

###Other Controls

  • Reset button Control
  • Back button Control

##jPList CDN jPList CDN is provided by cdnjs:

<script src="//cdnjs.cloudflare.com/ajax/libs/jplist/5.1.35/jplist.min.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jplist/5.1.35/jplist.min.css" />

###Browser Compatibility

  • Internet Explorer 8+
  • Firefox
  • Chrome
  • Safari
  • Opera

###jQuery Compatibility

  • Works with jQuery from version 1.7
  • Works with jQuery 2.x versions

##License

##Links

About

jPList - jQuery Data Grid Controls - Wordpress Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.4%
  • HTML 42.0%
  • PHP 6.1%
  • CSS 2.5%