hi,
i'm dynamically adding rows to a table using jQuery. the table is inside a div which has overflow:auto, thus causing a vertical scrollbar.
i now want to auto-scroll my container-div to the last row - what's the jQuery version of scrollintoView(tr) ?
thx