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, the content is a paragraph, page 2 is other paragraph. And I don't want click show/hide to show the content.
Thank you!
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:
The holder is the new div you created. And the containerId is the id of your entire pagediv.
You can check jPages here
Right, I can only assume you have code similar to this:
And you want to show / hide each of your paragraphs in order using jqPaginaton, try the following code:
Take a look at this working jsFiddle example, it demonstrates the use the plugin to be able to show and hide a range of paragraphs. Of course this example could be extended to work with other elements / scenarios too.
Be sure to comment back on whether this solved your problem.