Tagged Questions
0
votes
2answers
83 views
JS - Assign hidden value to cell
Is there a way to assign a hidden value to a table cell? I would like to assign a certain value, an integer or a string to a table cell, so I can append and edit this value in javascript by using the ...
2
votes
4answers
1k views
Dynamically change css class of a row in a table
I have a simple table:
<table> <tr class="none"><td>value</td><td>value</td></tr></table>
I then need to check all the values of the cells in every ...
5
votes
2answers
862 views
IE7 table cells made invisible by CSS cannot be made visible by later class changes (??)
Here are two test files:
http://gutfullofbeer.net/good-table.html
http://gutfullofbeer.net/bad-table.html
The markup on those two page is all almost the same. There's a table with two ...