I have some \'static\' HTML on my page:
@* nodes will b
$(document).ready(function(){ $(".nav-tabs a").click(function(){ $(this).tab('show'); }); $('.nav-tabs a').on('shown.bs.tab', function(event){ alert('tab shown'); }); });