JQuery – How to Animate Scrolling to the Top and Scrolling to a Div ?

JQuery has a handy function prototype animate which takes first final CSS properties as the first parameter, and the speed as the second parameter e.g. “fast“, “slow” or the …