I am doing a simple chat application,I want to fix the scrollbar of a div always at the bottom.just like this
I fixed this with:
$(document).scrollTop($(document).height());
All depends how you configure your div's, then use the div for document. But this one works exellent with sticky footers as well.