I'm trying to change the background color of an HTML table cell when the user clicks on the cell. Any ideas on how to do this? I have access to the JS Prototype library, so any suggestions for Prototype or straight Javascript would be welcome. Thanks!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Ugly, but demonstrates the effect:
|
|||
|
|
|
I'm not well versed in the Prototype framework, but here's some raw Javascript that'll do what you're looking for:
Test it on jsFiddle |
|||
|
|
|
You could loop over all the children of the table and add an click event to them with prototype the code is:
|
|||
|
|