I started HTML few weeks ago and I have a problem. I create my website with materialize framework and I have trouble when using initializing sideNav() or dropdown(). What's the problem ? I followed guides on http://materializecss.com/getting-started.html Hope you will help me ! (Sorry if my english is not perfect, i'm french)


You are loading the jQuery library twice. I suggest you remove the last one(at line 271).
use script tag at last
<body>
content..then function atlast
<script src="js/jquery.min.js"></script>
<script src="js/materialize.min.js"></script>
<script>
$(".button-collapse").sideNav();
</script>
</body>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With