Archive for the ‘Javascript’ Category

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

Tuesday, May 20th, 2008

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 […]