I'm looking for a code that hides all but the first few lines of a <div> tag in an html document, and provides a "read more" button. when the user clicks the "more" button, i want the div to expand to display its full contents without requiring a reload or redirecting to a new page.
I have found several scripts on the internet, but they all seem to be hiding the entire div tag, and they require a refresh.
Any idea how i can do this?
Tags: