02-12-2019 23:27
02-12-2019 23:27
let nextPage = document.getElementById("myBPS");
nextPage.style.fill = "red";
nextPage.onclick = function(e) {
console.log("Clicked!");
};
fill red function working fine but on click is not working
Answered! Go to the Best Answer.
02-12-2019 23:44
02-12-2019 23:44
02-12-2019 23:44
Perhaps
pointer-events="visible"