Kreuter F, Eckman S, Maaz K, Watermann R (2010): Children's Reports of Parents' Education Level: Does it Matter Whom You Ask and What You Ask About? Survey Research Methods, 4, 3, 127-138.
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;
});
});