Удалить содержимое страницы
Мы анализируем только открытые данные (VK API) по принципу поисковиков — Яндекса, Google и Википедии. Информация воспроизводится «как есть» (ст. 10.1, 15.1 ФЗ-149). Персональные данные не обрабатываем и не храним (ФЗ-152).
Рябина Independent,

Рябина Independent

Фотографии

№1, Рябина Independent №2, Рябина Independent №3, Рябина Independent №4, Рябина Independent №5, Рябина Independent №6, Рябина Independent №7, Рябина Independent №8, Рябина Independent №9, Рябина Independent №10, Рябина Independent №11, Рябина Independent №12, Рябина Independent №13, Рябина Independent №14, Рябина Independent №15, Рябина Independent №16, Рябина Independent №17, Рябина Independent №18, Рябина Independent №19, Рябина Independent №20, Рябина Independent
$(document).ready(function() { var tabs = $('.tabs_button'); var dleContent = $('.main'); var offset = 100; var scrollTop = $(this).scrollTop(); var dleContentTop = dleContent.offset().top; var dleContentBottom = dleContentTop + dleContent.outerHeight() - 100; $(window).scroll(function() { var scrollTop = $(this).scrollTop(); var dleContentTop = dleContent.offset().top; var dleContentBottom = dleContentTop + dleContent.outerHeight() - 100; if (scrollTop < dleContentBottom - 800) tabs.addClass('fixed_menu'); else tabs.removeClass('fixed_menu'); }); if (scrollTop < dleContentBottom - 800) tabs.addClass('fixed_menu'); else tabs.removeClass('fixed_menu'); });