Open jjkiko opened 6 years ago
I had this issue, eventually got it to work like this:
$item.data("collapser").reInit($item);
Be aware that also there is a bug in the reInit code which may affect you.
This code:
if (s.mode == 'chars' || 'words') {
should read:
if (s.mode == 'chars' || s.mode == 'words') {
How can I call the reInit method? An example?. I want to use it on my website, to differentiate in case of responsive.