Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
06
/
wp-content
/
plugins
/
nd-elements
/
widgets
/
woogrid
/
js
:
woogrid.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
(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);