PDA

View Full Version : Grouping in javascript/html



Jonnyb42
29 Mar 2010, 05:51 AM
How can you group a variety of different HTML objects so that they can be altered by one javascript call?
For example, group a text field, text area, and maybe in a table with background and move as one them with getElementById([one id that refers to them all]).style.whatever

thanks