jquery - Expanding td width problem -


i can't figure out how expand td width beyond size of container. see mean, check out this jsfiddle.

once table fills container width, can't make cells wider. provided need after page has loaded, how go doing this?

i don't want resize containing div.

thanks!

you can expand size of table (not outer div):
http://jsfiddle.net/maniator/dkxtw/15/

$("#testtable").width($("#testtable").width()  + 100 ); 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -