Skip to content
Snippets Groups Projects
Commit d513204c authored by Daniel Herzog's avatar Daniel Herzog
Browse files

Update README

parent 8758eb96
No related branches found
No related tags found
No related merge requests found
# jQuery paginate
 
<img src="https://gitlab.com/uploads/project/avatar/1336824/jquery-paginate.png" width="200">
## Summary
 
`jquery-paginate` is a simple [`jquery`](https://jquery.com/) plugin that allows html websites to paginate tables and other kind of containers.
Loading
Loading
@@ -17,8 +19,8 @@ bower install jquery-paginate
or download the `jquery-paginate.min.js` file and include it in your website:
 
```html
<script src='jquery.min.js'></script>
<!-- Add it after your jquery file! -->
<script src='jquery.min.js'></script>
<script src='jquery-paginate.min.js'></script>
```
 
Loading
Loading
@@ -36,12 +38,12 @@ Imagine the following html table:
</thead>
<tbody>
<tr>
<td>Row 1.1</td>
<td>Row 1.2</td>
<td>Row 1 Col 1</td>
<td>Row 1 Col 2</td>
</tr>
<tr>
<td>Row 2.1</td>
<td>Row 2.2</td>
<td>Row 2 Col 1</td>
<td>Row 2 Col 2</td>
</tr>
<!-- ... -->
</tbody>
Loading
Loading
{
"name": "jquery-paginate",
"authors": [
"Daniel Herzog <wikiti.doghound@gmail.com>"
"Daniel Herzog <info@danielherzog.es>"
],
"description": "jQuery pagination plugin for tables",
"main": "jquery-paginate.js",
Loading
Loading
@@ -13,7 +13,7 @@
"front-end"
],
"license": "MIT",
"homepage": "https://gitlab.com/wikiti-random-stuff/jquery-paginate",
"homepage": "https://github.com/wikiti/jquery-paginate",
"ignore": [
"**/.*",
"node_modules",
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment