Код: Выделить всё
$('.hdva').each(function() {
var color = $(this).css('color');
if ($(this).css.('color') === '#00ffff')
{
$(this).css.('color') === '#006699';
}
});
Подробнее здесь: https://stackoverflow.com/questions/279 ... -in-jquery
Код: Выделить всё
$('.hdva').each(function() {
var color = $(this).css('color');
if ($(this).css.('color') === '#00ffff')
{
$(this).css.('color') === '#006699';
}
});