분류
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' }); });
- 이전글내용에 맞게 텍스트 영역의 높이를 동적으로 업데이트하는 jQuery 플러그인. 18.10.20
- 다음글Bootstrap File Input 18.10.20