I\'ve googled around and found many scripts for hiding and showing DIV contents, as a toggle on button click.
But they are work using ID\'s.
I would like to
Using jQuery:
$(".classname").hide();
where classname is the name of the class.
classname