By having the tag disabled in the following way:
<ul class="lista_productos_elegir3" style="max-height: 55vh; overflow: scroll;" disabled="disabled"></ul>
Then I want to show an alert when they click on the disabled tag, indicating why the reason is disabled.
But neither access to the works.
$$('.lista_productos_elegir3').on('click',function(e){
console.log("SELECCIONANDO UL");
});
There will be some way to control this.