InvisibleCols?! $('#mytable tr').find('td:nth(1)').css('border-left','1px dotted silver');

InvisibleCols?! $('#mytable tr').find('td:nth(1)').css('border-left','1px dotted silver');

svrsvr Posts: 23Questions: 0Answers: 0
edited February 2012 in General
Could anyone help me with hidden cols? i'm trying to and a border to a special col (id 1) and if the col is visible it works. if the col is not visible on pageload it does not work. i need to add a dotted border left to col 1,5 and 7 AND keep the hide/show function with colvis. i guess the FIND request counts without the hidden cols, am i right?

i put this in document ready function and tried several things but i cant solve this. could someone lease help me?

thanks!
stefan

Replies

This discussion has been closed.