Change color

Change color

ofirattiaofirattia Posts: 3Questions: 0Answers: 0
edited February 2013 in General
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.
This discussion has been closed.