Blame view

bower_components/Materialize/templates/masonry-template/js/init.js 289 Bytes
74249687   Luigi Serra   Cross browser con...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  (function($){
    $(function(){
  
      $('.button-collapse').sideNav();
  
  
      var $container = $('#masonry-grid');
      // initialize
      $container.masonry({
        columnWidth: '.col',
        itemSelector: '.col',
      });
  
  
    }); // end of document ready
  })(jQuery); // end of jQuery name space