Two things. Should be simple to the trained eye. I would like to add a smooth animation to its open and close. And two can you see why it adds two characters to any given word it cuts short when it shows the remainder of the text?
I would just use expander plugin http://plugins.learningjquery.com/expander/ but when it shows more of the text it does it with inline-block so the remander of the text drops down on the next line a if a br was inserted. Maybe I was doing that wrong somehow. But could not see why.
I would like to suggest you that if you just want to implement the expand and collapse functionality for "read more". Then you can achieve it by using jquery, without any extra plugin. You will just have to make some small changes and you get functionality working. If this sounds interesting to you then just reply back to this post, so that i ll provide you the details.
Nada? Or anyone know of another plugin that does this? To recap I simply want a READ MORE link to display after the ellipsis text and a READ LESS link to display when it's opened. And it animates open and closed. For such a simple task I'm surprised my googlefu can't find it.
Thanks Pullo. I got the expander plugin working though. The trick was to put it on the containing "p" and not an outside container. And then to make a paragraph break like two paragraphs I had to insert a empty span with some margin seen here http://www.websitecodetutorials.com/
Bookmarks