분류
bootstrap
jQuery Pagination
본문
https://flaviusmatis.github.io/simplePagination.js/
<script type="text/javascript" src="path_to/jquery.js"></script> <script type="text/javascript" src="path_to/jquery.simplePagination.js"></script>
<link type="text/css" rel="stylesheet" href="path_to/simplePagination.css"/>
$(function() { $(selector).pagination({ items: 100, itemsOnPage: 10, cssStyle: 'light-theme' }); });
- 이전글Bootstrap –Contact Form 18.10.20
- 다음글Bootstrap File Input 18.10.20