jquery-condense-plugin
jquery-condense-plugin copied to clipboard
jQuery plugin to condense and truncate blocks of text into smaller blocks and provide smooth animation for expanding.
Results
2
jquery-condense-plugin issues
Sort by
recently updated
recently updated
newest added
Nice plugin although no need for the meta data plugin with the HTML5 data attributes. E.g: ``` javascript var o = $this.data('plugin-options') ? $.extend({}, opts, $this.data('plugin-options')) : opts; ``` ```...
condensedLength property appears to make IE8 go completely unresponsive. Any value, any setting, as long as this property is being used in the code, IE goes unresponsive. This has been...