jedfoster / Readmore.js

A lightweight jQuery plugin for collapsing and expanding long blocks of text with "Read more" and "Close" links.

Home Page:http://jedfoster.com/Readmore.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v3.0.0-alpha-2 blank options error

fatbattk opened this issue · comments

Options with blank { lessLink: '' } no longer works in this version.
It should be optional to have a more/less link but instead errors out and do not behave as expected.

Uncaught TypeError: Cannot read property 'setAttribute' of null

Good catch.

Fixed in #224