NEED YOUR KIND HELP <3 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

NEED YOUR KIND HELP <3

Can you guys please help me how to hide a function result or note? My plan is that after you click the “ Im Finished “ icon or button its suppose to show a note of some sort saying that “ Good Job “ but im having trouble hiding the note at the first place it’s supposed to be visible after the “ Im Finished “ icon is clicked. Pls Help... https://code.sololearn.com/WiVkSybifPNC/?ref=app

21st May 2019, 4:17 PM
Lhuger John S. Calajatan
Lhuger  John S. Calajatan - avatar
1 Answer
0
Your 'id="after_submit"' line needs to be part of your <div> opening tag. <div id="after_submit">text</div> Also: use ...style.display = "none" to hide something. Further: is this how you wanted it? https://code.sololearn.com/Wnms8K67a5df/?ref=app
21st May 2019, 4:53 PM
Russ
Russ - avatar