NazariyM
11/22/2016 - 10:37 AM

scroll to defined element

				scrollBtn.on('click', function() {
						$('html, body').animate({
							scrollTop: $('#install').offset().top
						}, 2000);
						return false;
				});
		})();