I have a long list of nested divs. I am passing the ID of a particular element (actually a paragraph element) on the querystring and opening its div and parent onload. How
jQuery:
$(document).ready(function(){ $(document.body).scrollTop($('#divN').offset().top); });