File "woogrid.js"
Full Path: /home/londdqdw/public_html/06/wp-content/plugins/nd-elements/widgets/woogrid/js/woogrid.js
File size: 351 bytes
MIME-type: text/plain
Charset: utf-8
(function($) {
"use strict";
jQuery(document).ready(function() {
//START masonry
jQuery(function ($) {
var $nd_elements_masonry_content = $(".nd_elements_masonry_content").imagesLoaded( function() {
$nd_elements_masonry_content.masonry({ itemSelector: ".nd_elements_masonry_item" });
});
});
//END masonry
});
})(jQuery);