jQuery returns an array of DOM elements, so try this:

$('#postedText')[0].scrollTop = ....


~Sean

Reply via email to