Lee, S., Brown, R., Grant, D., Belin, T., and Brick, J.M. (2009). "Exploring Nonresponse Bias in a Health Survey Using Neighborhood Characteristics from Census Data." American Journal of Public Health, 99 (10), 1811-1817.
var url = document.location.toString();
if (url.match('#')) {
$('.nav-tabs a[href="#' + url.split('#')[1] + '"]').tab('show');
}
// Change hash for page-reload
$('.nav-tabs a').on('shown.bs.tab', function (e) {
window.location.hash = e.target.hash;
});
});