This works to change the text color:
jQuery(“#ainsrow”).setCell(rowid,'total','',{color:'green'});
I tried to use bgcolor, background-color, backgroundcolor, but couldn't get the cell background color to change.
…
jQuery(“#ainsrow”).setCell(rowid,'total','',{background-color:'green'});
How can i do this.
Please & Thanks
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top