[jQuery] Setting DOM values (non-attributes)

[jQuery] Setting DOM values (non-attributes)


I want to achieve this with jQuery.
document.getElementById('postedText').scrollTop =
document.getElementById('postedText').scrollHeight -
document.getElementById('postedText').clientHeight;
Did I miss it in the docs?
John Farrar