资源说明:JQuery Plugin with simple pagination
`$(function() {`
`$( "#test-example1" ).simplePagingPlugin( 3 );`
`$( "#test-example2" ).simplePagingPlugin( 'another-row-class' );`
`$( "#test-example3" ).simplePagingPlugin({`
`'perPage' : 4,`
`'cssClassRow' : 'another-row-class',`
`'arrowLeft' : '<',`
`'arrowRight' : ''`
`});`
`});`
Example 1
This example should show 3 rows with class "spp-block-row" (default value) per page
```
`Row 1`
`Row 2`
`Row 3`
`Row 4`
`Row 5`
`Row 6`
`
Example 2
This example should show 5 (default value) rows with class "another-row-class" per page
```
`Row 1`
`Row 2`
`Row 3`
`Row 4`
`Row 5`
`Row 6`
`
Example 3
This example should show 4 rows with class "another-row-class" per page. Left arrow should be "<" and right - image "<img src="http://ui-dev.jquery.com/images/demo-spindown-closed.gif"⁄>"
```
`Row 1`
`Row 2`
`Row 3`
`Row 4`
`Row 5`
`Row 6`
`
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。