I have a div into which I dynamically load ajax, jquery data. as
$('#wp').load('http://someurl.com/getit',p,function(str){} );
Now, since I have a page with data before this div, I need to move the browser window down to that place of the div after it is loaded with slow motion, similar to similar effects in stackoverflow. Please help me. Thanks in advance.
source
share