Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
$(".hide-box-title").click(function(){ if ($(this).parent().find('.hide-box-content').is(":hidden")) { $(this).parent().find(".hide-box-content").slideDown(1000); $(this).addClass('act'); $(".boxscroll-c").getNiceScroll().remove(); $(".boxscroll-c").niceScroll({cursorcolor:"#fff",autohidemode:false, zindex: 999}); setTimeout(function(){ $(".boxscroll-c").getNiceScroll().resize(); }, 1000) } else { $(this).parent().find(".hide-box-content").slideUp(1000); $(this).removeClass('act'); setTimeout(function(){ $(".boxscroll-c").getNiceScroll().resize(); }, 1000) } });
.getNiceScroll().resize();