Please help me, I don\'t know how to use jqPagination (http://beneverard.github.com/jqPagination/). I would each page which have other content. Ex, page 1,
I am using jPages. This works fine.
Just give your page an id. And place a div underneed this information.
in you jQuery you just can add this:
$(".holder").jPages({
containerID: "pageDivId",
perPage: 3
});
The holder is the new div you created. And the containerId is the id of your entire pagediv.
You can check jPages here