Show/Hide a bunch of elements, without using Prototype.js
May
20
May 20th, 2008 at 9:01pm by admin
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

