hi,
it was a code from a joomla plugin, and i need to put the same color for every name "june", a different color for every name "july",etc. They can appear hundred times. So finally I used this "
$( "li:contains('Julio')" ).addClass('julio');"and after I used CSS.
And this was the code from joomla:
<?php if (!empty($row->amenities)) : ?>
<br /> <strong><?php echo JText::_('COM_JEA_AMENITIES') ?> : </strong>
<?php echo JHtml::_('amenities.bindList', $row->amenities) ?>
<?php endif ?>
Anna.