+ 1
Can anyone tell me how to make toggle buttons with JavaScript and (true and false statements)only?
2 Réponses
+ 5
Literally first google search. Takes less time than writing a question.
https://www.w3schools.com/howto/howto_js_toggle_hide_show.asp
0
What are you toggling? jQuery has many toggling functions already built in too, unless you're doing it for the learning experience.