Jump to content

Aleksandr.L

User
  • Posts

    608
  • Joined

  • Last visited

  • Days Won

    13

Aleksandr.L last won the day on April 1 2015

Aleksandr.L had the most liked content!

Information

  • Sex
    Мужчина
  • From
    Москва
  • Interests
    Веб-технологии

Aleksandr.L's Achievements

Explorer

Explorer (1/14)

119

Reputation

1

Community Answers

  1. Потому-что это бред сумасшедшего
  2. @DivMan, https://jsfiddle.net/p77fbj04/2/
  3. __proto__ https://jsfiddle.net/8mbfrurL/2/
  4. var tank0Dead = Tank.tanks.every(function(tank) { return tank.id != 0; }); tank0Dead && alert('tank with id 0 is dead');
  5. Люди так устроены, не все, но многие.
  6. В гугле возьми готовое да и все..
  7. Aleksandr.L

    setTimeout

    Это слайдер такой? Проще уж у одного блока цвет менять: https://jsfiddle.net/r6z0pzwj/6/
  8. alex_web64, так шоль? https://jsfiddle.net/nkstx5uz/5/
  9. $(ul).on('click','li',function(){ alert(this.textContent) });Замени на: ul.onclick = function(e) { e.target.tagName == 'LI' && alert(e.target.textContent);};
  10. <div class="col-md-5 col-sm-6" style="text-align:center;"> <input type="text" class="form"></div>Это форма поиска такая?
  11. if ($(window).scrollTop > distanceTop){scrollTop — метод. /*Глобальные стили*/html, body{width: 100%;height: 100%;margin: 0px;padding: 0px;overflow: auto;}/*/Глобальные стили*//*Для галереи*/body, html{width: 100%;height: 100%;margin: 0px;padding: 0px;}Убери эту чепуху. Скорее всего из-за этого не срабатывает событие.
  12. $('#amoney .south').dblclick(function() { $(this).removeClass('active'); });
  13. Подскажите, проверенную биржу или аукцион по покупке/продаже сайтов.
×
×
  • 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