Hi gurus,
I have a div into which I am loading data dynamically by ajax, jquery. like
$('#wp').load('http://someurl.com/getit',p,function(str){} );
Now because I am having page full of data before that div I need to move the browser window down to that div's location after it is loaded with slow motion like the similar effects in stackoverflow. Please help me.Thanks in advance.
