Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
Eugene Simakin committed Oct 12, 2016
1 parent 4deea4a commit 49bbd11
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions index.html
Expand Up @@ -108,30 +108,13 @@ <h2>Optimized for bootstrap</h2>
<div class="inner clearfix">
<section id="main-content">
<h3>
<a id="intro" class="anchor" href="#intro"><span
class="octicon octicon-link"></span></a>Intro</h3>
<a id="demo" class="anchor" href="#demo"><span
class="octicon octicon-link"></span></a>Demo</h3>

<p>This jQuery plugin simplifies the usage of Bootstrap Pagintion. It uses appropriate classes:
<code>.pagination</code> (you change this one), <code>.active</code> and <code>.disabled</code>.
Check out the demo.</p>

<p class="text-center">Click to download:</p>

<p class="text-center">
<a href="https://github.com/esimakin/twbs-pagination/zipball/master" class="button text-left">
<small>Download</small>
.zip file
</a>
<a href="https://github.com/esimakin/twbs-pagination/tarball/master" class="button text-left">
<small>Download</small>
.tar.gz file
</a>
</p>

<h3>
<a id="demo" class="anchor" href="#demo"><span
class="octicon octicon-link"></span></a>Demo</h3>

<div id="page-content" class="well">Page 1</div>
<div class="text-center">
<ul id="pagination-demo" class="pagination-sm"></ul>
Expand All @@ -149,6 +132,19 @@ <h3>
<p>And HTML code:</p>
<pre><code class="html"> &lt;ul id=&quot;pagination-demo&quot; class>=&quot;pagination-sm&quot;&gt;&lt;/ul&gt;</code></pre>

<p class="text-center">Download master:</p>

<p class="text-center">
<a href="https://github.com/esimakin/twbs-pagination/zipball/master" class="button text-left">
<small>Download</small>
.zip file
</a>
<a href="https://github.com/esimakin/twbs-pagination/tarball/master" class="button text-left">
<small>Download</small>
.tar.gz file
</a>
</p>

<h3>
<a id="options-and-events" class="anchor" href="#options-and-events"><span
class="octicon octicon-link"></span></a>Options explanation</h3>
Expand Down Expand Up @@ -439,8 +435,7 @@ <h3>
<aside id="sidebar" class="hidden-xs">
<div id="navigation" data-spy="affix" data-offset-top="200">
<ul class="nav nav-pills nav-stacked">
<li class="active"><a href="#intro">Intro</a></li>
<li><a href="#demo">Demo</a>
<li><a class="active" href="#demo">Demo</a>
<li><a href="#options-and-events">Options explanation</a>
<li><a href="#examples">Examples</a>
<li><a href="#license">License</a>
Expand Down

0 comments on commit 49bbd11

Please sign in to comment.