// remap jQuery to $ (function($){ /* trigger when page is ready */ $(document).ready(function (){ }); /* optional triggers $(window).load(function() { }); $(window).resize(function() { }); */ })(window.jQuery);