Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add 'Url page link' example without demo
  • Loading branch information
Eugene Simakin committed Jan 5, 2014
1 parent 8a75511 commit db0d195
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Expand Up @@ -119,9 +119,14 @@ <h3>
<a name="examples" class="anchor" href="#examples"><span
class="octicon octicon-link"></span></a>Examples</h3>

<h4>Simple example</h4>

<h4>URL page link</h4>

<p>You can specify url using <code>href</code> option:</p>
<pre><code class="highlight"> $(selector).twbsPagination({
totalPages: <span class="il">35</span>,
visiblePages: <span class="il">8</span>,
href: <span class="s">'?page={{number}}'</span>
});</code></pre>

</section>

Expand Down

0 comments on commit db0d195

Please sign in to comment.