More theme tabbed display

Re: More theme tabbed display

by Bill Steele -
Number of replies: 0

I have used the http://bootply.com site to get the required code but where do you put the javascript 

$('#myTab a').click(function (e) {e.preventDefault();$(this).tab('show');

});

$(function () {

$('#myTab a:last').tab('show');

})

and any style information? Is it in the Additional html?