radiodraws
5/19/2016 - 4:52 PM

animate-scroll

animate-scroll

	$('.elemt').on('click',function(e){
		//e.preventDefault(e);
		$('html,body').animate({scrollTop:0}, 600);

	});