I wanted to ask if anyone knows how I can implement something similar to reddit spoiler feature on a html page. I want it to be clickable to display the text behind it. (I looked into CSS, but they all seem to display on hover, but hide again when moved.
the class reddit uses is: "md-spoiler-text" but I couldn't figure out the script they use to do that.