[jQuery] scrollTo plugin doesn't work

[jQuery] scrollTo plugin doesn't work


Hi all
I'm playing with scrollTo plugin and nothing works. Please look this
simple code:
success: function(data) {
$('#divAjaxAnswer').html(data.text).show();
alert('I'm here');
$.scrollTo( "#footer", 20 );
...
<div id="divAjaxAnswer" class="results"></div>
<div id="footer">Scroll... I'm here</div>
What I'll want to do? After inject ajax responde this code needs to
scroll to footer element.
What's wrong?
Cheers
Marco Antonio