/*-----------------------------------------------------------------------------------*/ /* Author: Abolghasem Sheikhizadeh (Max) /* Company: Design by Max Web Development /* Developed for: Miremadi Dermatology Medical Clinic /* File: max.js /* Copyrights Design by Max /* /*-----------------------------------------------------------------------------------*/ $(window).load(function(){checkMax();animateWhenVisable();});$(document).ready(function(){$('.max').css('height',$(window).height()+'px');$('#scroll-max').click(function(){$('html,body').animate({scrollTop:$("#max-dbm").height()},'slow');});});$(window).resize(function(){$('.max').css('height',getMaxHeight()+'px');});function getMaxHeight(){var H=$(window).height();if(H$(window).height()/3){if(!$('.scrollToTop').hasClass('showScrollTop')){$('.scrollToTop').addClass('showScrollTop');}}else{$('.scrollToTop').removeClass('showScrollTop');}};