Show/Hide a bunch of elements, without using Prototype.js

Today I worked on a simple page. I need to show a few table rows when a button is clicked. Normally I would use Prototype.js but it seemed to be an overkill for the simple I was building.
So I decided to just use javascript without any libraries. Here is what I wrote (referenced a good […]

Read the rest of Show/Hide a bunch of elements, without using Prototype.js