Yan, T., and Curtin, R. (2010). “The Relation Between Unit Nonresponse and Item Nonresponse: A Response Continuum Perspective.” *International Journal of Public Opinion Research, *22, 535-551.
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;
});
});