How to use jqPagination

后端 未结 2 336
情深已故
情深已故 2021-01-14 12:27

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,

2条回答
  •  孤街浪徒
    2021-01-14 13:05

    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

提交回复
热议问题