I am working on improving the visual appeal of table rows. The data in table rows is generated dynamically and has lots of information. There is a column in that table which gives the time when that particular information row was issued. On the basis of the days/months etc before which the information was issued, I have to color the different rows.
It's exactly like as shown in the following link :
http://www.nseindia.com/live_market/dynaContent/live_watch/equities_stock_watch.htm
Moreover, the table rows must also have a small colored bar,the color of which will be determined by another field in the same row.I am wondering how to go about it in jquery. I know javascript but its getting messed up.
Any kind of help will be appreciated.
Thanks.