Hi,
I have to add css attribute at runtime using jquery..
For example i have the following code:
<table width='100%' cellpadding='0' cellspacing='0' >
<tr>
<td valign='top' width='70%'><span class='header-text'> </span> </td>
</tr>
</table>
I need to add css style to the table. I can access span element of td within table. From that how do i get table element.
Help immediately required.
Thanks,
VC