/** * Functions file for loading custom JS. * * @package Cayon * @subpackage Functions */ (function($){ /** jQuery Document Ready */ $(document).ready(function(){ }); /** jQuery Windows Load */ $(window).load(function(){ }); })(jQuery);