# hms-分页 **Repository Path**: null_070_5829/hms_pagination ## Basic Information - **Project Name**: hms-分页 - **Description**: hsm - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-03-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hms-分页 #### 使用说明 1. xxxx 2. xxxx 3. xxxx ```js $(".pagination").pagination({ pageSize: 20, page: 1, total: 310, callback: function(e) { console.log(e) }, pageSizeCb: function(val) { console.log(val) } }); ```