Thread Starter
infofm
(@infofm)
function(){
if(this.id === ‘A’ || this.id === ‘S’){
jQuery(‘.p’).css({color: black});
}
}
Thread Starter
infofm
(@infofm)
function(){
if(this.id === ‘A’ || this.id === ‘S’){
jQuery(‘.p’).css({color: black});
}
}
Thread Starter
infofm
(@infofm)
Thank you. That helped.
Now just have to figure out how to handle table not fitting on the right due to angle and length of the header.