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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -