How to hide/show more text within a certain length (like youtube)
Posted
by
Ben
on Stack Overflow
See other posts from Stack Overflow
or by Ben
Published on 2011-03-11T07:37:35Z
Indexed on
2011/03/11
8:10 UTC
Read the original article
Hit count: 187
jQuery
So lets say i have want to have a text to only be a certain amount of characters/length and after that length i want to put an link to reveal the full length of the text. The link will be (more...)
. And once the user clicks the link (more..)
the rest of the text will slide down. How would i accomplish this.
Heres an example.
blah blah blah blah blah (more...)
when user clicks (more..)
, it will show the entire text will show
Also i am taking a about data in a table row/table cell, not just any text
© Stack Overflow or respective owner