#containerDiv
For those who still can't make this work, make sure that the overflowed element is displayed before using the jQuery function.
Exemple:
$('#elem').show(); $('#elem').scrollTop(0);