vaakash / jquery-collapser

jQuery collapser is a small and useful jQuery plugin for collapsing/truncating an element text by words, characters and lines with a flexible API. It is an all in one plugin with multiple functionalities to truncate a paragraph or any element as desired.
MIT License
99 stars 35 forks source link

Example of calling a method on collapser that's already been initialized #4

Open jlevidigitalpulp opened 9 years ago

jlevidigitalpulp commented 9 years ago

Can you provide an example of calling a method (I need to call hide) on an already initialized instance of this plugin? Thanks