MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/hotspringsguru.com/wp-content/plugins/burntheedge/public/
File Upload :
Current < : /hermes/bosweb/b1705/hotspringsguru.com/wp-content/plugins/burntheedge/public/anchor-block.js

( function( $ ) {
	'use strict';
	
	// The DOM needs to be fully loaded (including graphics, iframes, etc)
	$( window ).load( function() {

		$( 'a[href^="#"]' ).click( function(e) {
			var anchor = $( this ).attr( 'href' );
			$( 'html,body' ).animate( { scrollTop: $( anchor ).offset().top }, 800 );
		});

	});
	
})( jQuery );