This question already has an answer here:
- Animate scrollTop not working in firefox 11 answers
I have below code which works fine in chrome.
However, it does not work on firefox and also IE. Nothing happens.
$("body").animate({scrollTop:$(this).offset().top},800);
So may i ask what i should write for firefox and IE??
Thanks.