0
Button after Button
alert("I\'m making a code that is like there's a button what is named forbidden.") alert("But now I want that I click the button and the button shows another button") alert("So how do I add the another button it shouldn't have shown before I have clicked the first button") alert ("like I am clicking the button named forbidden but now after I have clicked the button it shows another button but the name isn't forbidden, it's click me") Better version of text: https://code.sololearn.com/WHJOqV5iiMTX/?ref=app
6 Answers
+ 3
There is a tutorial about adding elements programmatically in "DOM & Events" chapter, lesson number 48.1
+ 1
Here is an example of how you can create a "forbidden" button that reveals another button when clicked, using HTML and JavaScript:
https://code.sololearn.com/WTDNUh6A6LP3/?ref=app
When the page loads, only the "forbidden" button will be visible. When the user clicks the "forbidden" button, the "click me" button will be revealed.
+ 1
Ipang Can you send a link because I cannot find DOM & Events đ (I thought it was in HTML CSS or Javascript but I cannot find per search)
+ 1
Here it is
https://www.sololearn.com/learn/JavaScript/2755/?ref=app
Idk why you don't see it, but from my part it's in Javascript tutorial
0
CalviŐ˛ your answer is very good but I have expected another Answer. You're doing great do not think negative.
0
CalviŐ˛ this is my actually code https://code.sololearn.com/WcPgPin2IkFa/?ref=app please read more if you have test the code. ||| Like you have seen there is you are not going to do that again so there under this text should be another button but you can't see the button named forbidden anymore.