Nice plugin although no need for the meta data plugin with the HTML5 data attributes.
E.g:
var o = $this.data('plugin-options') ? $.extend({}, opts, $this.data('plugin-options')) : opts;
<div class=condense' data-plugin-options='{"condensedLength":"50"}'></div>
Nice plugin although no need for the meta data plugin with the HTML5 data attributes.
E.g: