Project

General

Profile

1
(function($){
2
  $(function(){
3

    
4

    
5
        $('.collapsible').collapsible({
6
          accordion : false // A setting that changes the collapsible behavior to expandable instead of the default accordion style
7
        });
8

    
9

    
10
    $('.button-collapse').sideNav();
11
    $('.slider').slider({full_width: true});
12

    
13
      Materialize.showStaggeredList('#staggered-test')
14

    
15

    
16

    
17
  }); // end of document ready
18
})(jQuery); // end of jQuery name space
(9-9/18)