Using either pure Javascript or jQuery, how do I scroll the page so that the nth row in a table is centered on the page?
Some examples I\'ve seen that have this sort
Don't use jQuery - it slows down sites!
var elem = document.getElementById("elem_id"); elem.scrollIntoView(true);