Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/19/2016 in all areas

  1. 1 point
  2. shitcode detected https://jsfiddle.net/vk1zuajm/4/ вообще это на php скрывайте $('.counter-block').each(function() { //зачем ищете все элементы? вам только внутренние нужны var number = $('.counter-item').length; if (number < 4) { $('.counter-block .custom-button').hide(); } else { // зачем вам for? есть удобный each // Ну че это такое O_o // Массивы начинаются с 0!! и number должен быть $('.counter-item').length - 1 for (var number = $('.counter-item').length; number - 3 >= 0; --number) { //Почему переменная как строка? $('.counter-item:eq(number)').hide(); } } });
    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