(function ($) { "use strict"; /* Animated Loader */ jQuery(window).load(function() { /* jQuery masonry */ var jQuerycontainer = jQuery('#fullwidth_blog'); // initialize jQuerycontainer.masonry({ itemSelector: '.item' }); }); /* Others jQuery */ jQuery(document).ready(function(){ }); }(jQuery));