Why it doesn't work | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why it doesn't work

I don't where is the problem it don't have any problem on VSCODE but here it just doesn't work. https://code.sololearn.com/WR8ijH9eQzu8/?ref=app

11th Feb 2022, 10:21 AM
Game Zad
1 Answer
+ 1
onload=()=>{ document.querySelector('.theme-button').addEventListener('click' , () => { document.body.classList.toggle('dark') $(document).ready(function(){ $(".circ").toggleClass("after"); }); }) }; /" add js code in : onload=() =>{ //here, then it loads with page load }; */
11th Feb 2022, 10:30 AM
Jayakrishna 🇮🇳