Skip to main content

Goto the Div Position - JavaScript

HTML
--------
<div id="design_start">
Your content here
</div>
<button onclick="goto_top_position();">Move to design area</button>

JS
------
function goto_top_position()
        {
            $('html, body').animate({
                scrollTop: $("#design_start").offset().top
            }, 1000);
        }


This code will take the scroll to the div position with animation

Popular posts from this blog

The old company comeup with new brand MAXBEN - Logo meaning

I am so happy to design this logo for my friend Suresh Mahalingam to boost his paint business to the next level. The first step in his process is logo design. He had a clear idea about his business, processes, pricing and target audience. I just collect all those information from him and created the logo with some appropriate meanings. Check out the logo here