A jQuery plugin for advanced cross-browser ellipsis on multiple line content.
jQuery.dotdotdot
================
A jQuery plugin for advanced cross-browser ellipsis on multiple line content.
Demo's and documentation: http://dotdotdot.frebsite.nl

``html`
Create a DOM element and put some text and other HTML markup in this "wrapper".
` Lorem Ipsum is simply dummy text.html`
Fire the plugin onDocumentReady using the wrapper-selector.
`javascript``
$(document).ready(function() {
$("#wrapper").dotdotdot({
// configuration goes here
});
});