Hi
I know it's a very simple solution but I know little bit javascript. so please help me, I want to change the width of <td> element using javascript or JQuery. I have the code like this,
<table id="topemp">
...
<tr>
<td id="empid" width="50" height="50">...
</tr>
</table>
In javascript/JQuery , I want to change the width and height to200. (i.e. width="200" height="100").
I am using APEx4.2
Thanks in advance..
Sreenithi