/jexpandable

Simple HTML text visibility toggle with 'see more' feature.

Primary LanguageJavaScript

jexpandable

##usage in HTML

<div data-object='expandable' data-text='{{ notes }}' />

in JS

$('[data-object="expandable"]').jexpandable();