Yeah, so this has been asked about 1000 times, but I tried the answers and none seem to be working for me.
Here are my tabs:
You have : in your selector, Change it to
:
$('#tab a[href="#security"]').tab('show');
instead of
$('#tab a:[href="#security"]').tab('show');