Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
position: fixed;
.list {background-color: yellow !important;}
$('.b-tariffs').find('.two').css('background-color', 'red');
$("#"+elems[i].id).data('maphilight', '{"strokeColor":"000000"}');
$('input[name="поле1"], input[name="поле2"]').keyup(function() { $('input[name="поле3"]').val($('input[name="поле1"]').val()+$('input[name="поле2"]').val())});
jQuery( "div[data-value*='дру']" ).addClass('new_class');
colors = ['rgb(0, 0, 0)', 'rgb(255, 255, 255)', 'rgb(100, 100, 10)']; document.querySelector('.wizard-coat').style.fill = colors[Math.floor(Math.random()*colors .length)];
document.getElementById('id').style.fill = 'slategrey';