Smooth Scroll to div
var hash = "#block-block-33";
jQuery('html, body').animate({
scrollTop: jQuery(hash).offset().top-300
}, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
//window.location.hash = hash;
var a=jQuery(hash).offset().top-190;
//jQuery('.search-icon').text(a);
window.scrollTo(0,a);
});
0 comments: