Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/23/2017 in all areas

  1. Здесь описана подробно ваша задача: http://htmlbook.ru/samhtml/yakorya
    1 point
  2. можно покороче, плюс тут любое кол-во картинок: var input = document.querySelector('.input'); var images = document.querySelectorAll('.img'); input.oninput = function () { for (var i = 0; i < images.length; i++) { if (input.value === "") { images[i].classList.add('hidden') } else { images[input.value - 1].classList.remove('hidden') } } } html и css тот же
    1 point
  3. Проще у них и спросить. Или на stackoverflow У меня, кстати, тоже самое. Может ломают что-то.
    1 point
This leaderboard is set to Kiev/GMT+02: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