Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Changing width of an element

SreenithiAug 1 2013 — edited Aug 2 2013

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 30 2013
Added on Aug 1 2013
9 comments
636 views