Package Exports
- dotdotdot
- dotdotdot/src/js/jquery.dotdotdot.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dotdotdot) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
jQuery.dotdotdot
A jQuery plugin for advanced cross-browser ellipsis on multiple line content.
Demo's and documentation: http://dotdotdot.frebsite.nl

How to use the plugin
Include all nessesary .js-files inside the head-tag of the page.
<head>
<script src="jquery.js" type="text/javascript"></script>
<script src="jquery.dotdotdot.js" type="text/javascript"></script>
</head>
Create a DOM element and put some text and other HTML markup in this "wrapper".
<div id="wrapper">
<p>Lorem Ipsum is simply dummy text.</p>
</div>
Fire the plugin onDocumentReady using the wrapper-selector.
$(document).ready(function() {
$("#wrapper").dotdotdot({
// configuration goes here
});
});
More info
Please visit http://dotdotdot.frebsite.nl
Licence
The jQuery.dotdotdot plugin is licensed under the MIT license: http://en.wikipedia.org/wiki/MIT_License