Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/04/2014 in all areas

  1. Что значит значение id совпадает с background? В качестве id используется имя цвета, класс или ещё что-то? Предположим id это hex код цвета: $(document).ready(function(){ // Перебираем все 'a' в списке $('.list li a').each(function(i, el){ // Присваиваем им фон в зависимости от id $(el).css('background-color', '#' + $(el).attr('id')) // Вешаем событие на каждый 'a' чтоб при клике на него их id попадал в значение поля myinput .on('click', function(e){ e.preventDefault(); $('#myinput').val('#' + $(this).attr('id')); return false; }); });});
    1 point
  2. Все-таки было бы интересно увидеть psd-макет и верстку по нему...
    1 point
This leaderboard is set to Kiev/GMT+03:00
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy