wefra-odoo11/themes/materialize/js/init.js

10 lines
202 B
JavaScript

(function($){
$(function(){
$('.sidenav').sidenav();
$('.parallax').parallax();
$(".dropdown-trigger").dropdown();
}); // end of document ready
})(jQuery); // end of jQuery name space