example_code_tabs_init = function() {

$('#example-code-tabs .item')
.tab()
;

};

$(example_code_tabs_init);