I'm sure this is a very basic question but I cannot seem to get my head around it. When I configure the tabs plugin, I have everything installed correctly, I call upon the main js file, and then include this before my layout,
$(document).ready(function() {
$('#container').tabs();
});
But to no avail, none of my tabs are set up correctly. Could I get
some advice please.

