Home > Web Front-end > JS Tutorial > body text

jquery paging object usage example_jquery

WBOY
Release: 2016-05-16 16:53:54
Original
1008 people have browsed it

The usage method and related parameters are as follows:
displayId//The default value display area Id is pageBox, which can be left blank.
pagesize//The number of items per page, the default is 15, which can be left blank.
totalsize //Total number of items
curpage//Current page number
simple//The default is false, true does not have the previous page and next page,
type//0 defaults to http jump, 1 is jsp The page must have pageCallBack(pageNum) function, starting from 1
url//link address, if the type is different from 1, you can leave it blank
Example: Page._run({totalsize:300,curpage:11,type :1,simple:true}

Copy code The code is as follows:





Page对象




Page






Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!