Answer the question
In order to leave comments, you need to log in
Doesn't work in Firefox?
Almost nothing works in firefox, although everything is ok in chrome. See if you can help.
codepen.io/artekha/pen/PGLRGL
Answer the question
In order to leave comments, you need to log in
Most likely, except for chrome, it will not work anywhere at all, the definition of a class-object through class so far works fine only in chrome. You need to include babel
in this.selects you have an HTML collection, it does not have a forEach method, rehash it like this
Array.prototype.forEach.call(this.selects, (item, i, selects) => {
item.addEventListener('mousedown', this.showMenu.bind(this));
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question