jqpagination

How to use jqPagination

蓝咒 提交于 2019-12-01 08:54:24
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! Right, I can only assume you have code similar to this: <div class="some-container"> <p>My first paragraph</p> <p>My second paragraph</p> <p>My third paragraph</p> </div> <div class="pagination"> <a href="#" class="first" data-action="first">«</a> <a href="#" class="previous" data-action="previous">‹</a> <input type="text

How to use jqPagination

时光总嘲笑我的痴心妄想 提交于 2019-12-01 06:40:34
问题 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! 回答1: Right, I can only assume you have code similar to this: <div class="some-container"> <p>My first paragraph</p> <p>My second paragraph</p> <p>My third paragraph</p> </div> <div class="pagination"> <a href="#" class=