/** * Functions file for loading custom Admin JS. * * @package Alkane * @subpackage Functions */ (function($){ /** jQuery Document Ready */ $(document).ready(function(){ $( '#alkane_tabs' ).tabs({ cookie: { expires: 1 } }); }); /** jQuery Windows Load */ $(window).load(function(){ }); })(jQuery);