+ 1
Practicing JavaScript
Do you guys think you can make the Home button display the App content to none? I want the home button to make The App button content display none; if the app content is block. Let me know if you don't understand what I'm saying. /* use JavaScript https://code.sololearn.com/WREo8Kb70iM1/?ref=app
7 Answers
+ 3
Well, in the home button onclick event, you didn't include the parentheses.
I changed but to but()
+ 1
I don't really understand. Do you wish to hide the text?
https://code.sololearn.com/WfRq8x6WgJpy/?ref=app
+ 1
InxaneNinja You see the home button? I want the home button to hide the App content (the content inder the button "App content") if the Home button is display block.
+ 1
Please tell me if this code:
https://code.sololearn.com/WKGJO9V3EFt0/?ref=app
works like you want it to work.
If yes, I'll tell you what I did.
+ 1
Ooh, now i see.
I always forget that. I will try to remeber that next time.
Thanks for your help.
+ 1
No problem :)
0
InxaneNinja , YES. that's it. Thanks.