I am trying to implement Twitter Bootstrap tabs in the following code, but it does not seem to work. The tabs get displayed, but when I click on them nothing happens. Below
This solved it when none of the other examples did:
$('#myTab a').click(function (e) { e.preventDefault(); $(this).tab('show'); });