Maybe. But at least I know the basics.
Thatâs how I do too. Iâm exatcly at 52% What about you
100%
D: Does it say how to create buttons somewhere?
What button are you trying to make? An âOKâ button on your window?
1 Like
A button which has text and does close the window and cofirm the contents
A button which adjucts the fans or cash or hype would be good. I will need to make the button first and then edit what it does
Just search on Google âJavaScript Buttonâ!
1 Like
Alright, gotta pause codecademy for a while
1 Like
So I search for a button with an onclick event?
This is the way I add buttons to my windows:
Buttondiv.append('<div id="smallbutton" class="selectorButton whiteButton " onclick="Createinfo(this)" style="position: relative;width: 202px;" >Small contract</div>');
I just managed to do it and I saw your answer. Lemme see what it does
what if I renamed Buttondiv to just div?
a greenButton exists as well!