Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update docs (alt pagination)
  • Loading branch information
Eugene Simakin committed Oct 9, 2016
1 parent 261ff40 commit 45e5a02
Show file tree
Hide file tree
Showing 3 changed files with 420 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Expand Up @@ -23,6 +23,7 @@
<script src="//code.jquery.com/jquery-3.1.1.min.js" type="text/javascript"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="js/jquery.twbsPagination.js" type="text/javascript"></script>
<script src="js/jquery.simplePagination.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>

<!--[if lt IE 9]>
Expand Down Expand Up @@ -377,6 +378,18 @@ <h4>Bootstrap 4 example (in iframe)</h4>

<iframe src="bootstrap-v4.html" class="b4-iframe"></iframe>

<p/>

<h4>Alternative style pagination (with start and end page numbers)</h4>

<p>For that purpose (see example view) I suggest https://github.com/flaviusmatis/simplePagination.js
plugin</p>

<div class="text-center">
<div id="alt-style-pagination-content" class="well">Page 1</div>
<ul id="alt-style-pagination" class="pagination"></ul>
</div>

<h3>
<a id="license" class="anchor" href="#license"><span
class="octicon octicon-link"></span></a>License</h3>
Expand Down

0 comments on commit 45e5a02

Please sign in to comment.