Protected: Wedding Information Form

jQuery(window).on('load', function () { jQuery(window).on('scroll', function () { if (jQuery(this).scrollTop() > offset) { jQuery('.progress-wrap').addClass('active-progress'); } else { jQuery('.progress-wrap').removeClass('active-progress'); } });

jQuery('.progress-wrap').on('click', function (e) { e.preventDefault(); jQuery('html, body').animate({scrollTop: 0}, duration); return false; }) })