(function($){ /** jQuery Document Ready */ $(document).ready(function(){ $( '#bandana_tabs' ).tabs({ cookie: { expires: 1 } }); }); /** jQuery Windows Load */ $(window).load(function(){ }); })(jQuery);