Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/11/2017 in Posts

  1. У вас ошибка на event.stopPropagation(). Нужно добавить в параметр функции переменную event на 32 строчке в файле common.js: $(".custom-select-trigger").on("click", function(event) { // <- тут добабвить event $('html').one('click',function() { $(".custom-select").removeClass("opened"); }); $(this).parents(".custom-select").toggleClass("opened"); event.stopPropagation(); });
    1 point
  2. Что то я ничего не понял. Вроде всё работает так, как и должно. Одинаково что там, что тут. + вы position:relative хоть чему то укажите, а то ваш absolute как вы болтается не знамо где ему быть. Как укажите, там всё и обрезаться начнёт)
    1 point
This leaderboard is set to Kiev/GMT+03:00
  • Upcoming Events

    No upcoming events found
×
×
  • 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