Posted by Rick Brandt on 11/22/06 20:52
DC wrote:
> Hi,
>
> I want to fill a column with data ( <td>123</td> ) but hide the column
> completely. The purpose is to make that data available to JavaScript
> only. Is this possible? Alternativley: where whould I put this data if
> I want to attach it to the row?
Give all those td a common class (like hidden) and then use CSS to set the
display of that class to "none".
Navigation:
[Reply to this message]
|