I’ve created a webpage to display the array elements,
How to use the pagination plugin to display these contents 2 items per page,
I’ve tried jquery.pajinate.js and some other plugins, but I’ve not figured out how to use it,
Help me with any of the pagination plugins to solve this ..
Any guidance and help is appreciated..!
Here is the webpage that displays an array elements : http://jsfiddle.net/ztruc/
please refer this fiddle
i have just added
$('.message').hide().slice(0, 2).show(); //slice(startElement, endElement);for pagination. In this way you can implement pagination to your site.