+ 1
This works on pc but not mobileeee
https://code.sololearn.com/WXey0G85kVNe/?ref=app Help? Pls ;(
8 Answers
+ 3
_MinatoGamerYT_
Sololearn playground js tab loads earlier than the html tab, so you have to enclose the code inside a
window.onload=()=>{
your code
}
or it will not find the DOM elements.
Also, assign the DOM element callback functions through javascript. Do not use inline onclick assignments. These also don't work if your script is inside the js tab.
I fixed your code and added some functionality. It's been a while since I've played with to-do lists and your code was easy to mod because it's organized well.
I'm not sure why you would want to enclose it in a form, however...
https://code.sololearn.com/WqG9x543U70P/?ref=app
https://code.sololearn.com/WxPPmZFEc3mb/?ref=app
+ 2
Yes, when I click on add note it doesnt work
+ 2
But in PC it does
+ 2
Thank u so much Bob_Li :DDD
+ 1
Are you referring to the responsiveness of your page?
+ 1
One way is to use the css media query selector, to create a mobile view version for your page
+ 1
But I'm surprised though because it showing perfectly in the output section of the sololearn IDE
+ 1
_MinatoGamerYT_
Your design is nice and minimal. That is why it was fun to modify