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? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -