Change color
Change color
Hi,
i`m using ajax to display the data of my table, if i load the data like:
[code]
id
Customer Number
WCODE
<?php
while ($row = mysql_fetch_array($result)) {
?>
<?=$row['id']?>
[/code]
i can controll the colors..
but if i load it with ajax i have only
and it automatically display the rows. there is way to control each tr color?
thanks.
i`m using ajax to display the data of my table, if i load the data like:
[code]
id
Customer Number
WCODE
<?php
while ($row = mysql_fetch_array($result)) {
?>
<?=$row['id']?>
[/code]
i can controll the colors..
but if i load it with ajax i have only
and it automatically display the rows. there is way to control each tr color?
thanks.
This discussion has been closed.