$(document).ready(function() { $('#format-select a').click(function (e) { e.preventDefault(); $(this).tab('show'); }); });