I am trying to add event listener using this code
document.addEventListener(‘DOMContentLoaded’, function() {
var elems = document.querySelectorAll(’.collapsible’);
var instances = M.Collapsible.init(elems, options);
});
from https://materializecss.com/collapsible.html
but it is not working and showing browser not defined uncaught reference error. pls help