|
Helping ordinary people create extraordinary websites! |
Striped Tables Using JavaScriptBy Paul McCarthy2008-01-23
Benefits of JavaScript striped tables JavaScript can be used to simplify repetitive tasks. Rather than applying a class to every other row a single class is applied to the table itself. This technique is extremely useful in content managed environments. Content editors may not have the time or expertise to reliably apply classes deep within the HTML. Applying the single class to a high level HTML element and using JavaScript to present its children can help keep a site visually consistent and improve its maintainability. Tutorial Pages: » Introduction » The JavaScript » Benefits of JavaScript striped tables |
|