A jQuery plugin for Twitter Bootstrap which uses the first few sentances of html as a teaser and shows a "See more..." link to show all the html.
See it in action on Bl.ocks.
Gives a preview of paragraph contents and a link to see the rest of the paragraph.
- Include
bootstrap-teaser.js
in your page:
<script src='bootstrap-teaser.js'></script>
- Add
class="teaser"
to an element and the first sentence will be used as a teaser and a See more... link will be created for you.
Add data-teaser-length
to the element to specify the number of sentences, eg data-teaser-length=3
will show the first three sentences as a preview.
The created See more... link has class text-info
-- so it will be affected by other changes to that Bootstrap class.