portfolios_tutoriel/public/js/custom.js
2022-02-09 15:43:10 +01:00

3 lines
110 B
JavaScript

document.getElementById("customjs").addEventListener("click", function(){
this.className += " customjs"
})