rviscomi / trunk8

jQuery Truncation Plugin -- THIS PROJECT IS NO LONGER MAINTAINED
MIT License
703 stars 95 forks source link

Toggle / Revert doesn't seem to work #79

Open 3zzy opened 7 years ago

3zzy commented 7 years ago

I copied the toggle example from the demos and I get this:

Uncaught TypeError: Cannot read property 'original_text' of undefined
    at HTMLParagraphElement.<anonymous> (trunk8.js:269)
gavin310 commented 6 years ago

I was having this same issue. Turns out I was calling .trunk8('revert') on the wrong element :)