Forum Moderators: open
I've done my due dilligence and scoured the net for a simple javascript example that'd allow visitors to my site to show/hide text or whatever on a Web page with a toggle click.
I've seen tons of complex hierarchy/tree scripts, but I just want a simple way to put a hyperlink "Read more of this article >>" that users can click on, and then another "<< hide this article" link. Using display and hide attributes in CSS, I can't image how this could be that difficult (except I don't know how to program in javascript <sigh>)
If someone could kindly point me to a script of this sort, I'd be quite grateful!
EDIT: I'll never figure out why this silly forum software makes my above 'sigh' into a winkie. Eeek!
you may also want to see this code
[slackerhtml.com...]
It also uses mouseover.