ElasticSVGElements
ElasticSVGElements copied to clipboard
The hyperlink does not work because the js script
It's a problem in the dropdown.html. How can I solve this problem?
I‘ve found the reason.
// For Demo purposes only [].slice.call( this.el.querySelectorAll('a') ).forEach( function(el) { el.onclick = function() { return false; } } );