I'm trying to make a collapsible navbar with the help of MaterializeCSS when used on mobile screen and need to use JavaScript code in it. Where should I write this JavaScript code?
This is the code I want to use:
**$(document).ready(function(){
$('.sidenav').sidenav();
});**