0
How to add toggle button without js in web
Im not knowing how to add toggle button
3 Answers
+ 2
Search Code Playground for examples and ideas đ
https://code.sololearn.com/WnUhghqX9I7c/?ref=app
https://code.sololearn.com/WXWZdtxOKl6H/?ref=app
https://code.sololearn.com/W0BzrIw502ak/?ref=app
+ 1
This link will help you:
https://stackoverflow.com/questions/11023816/toggle-divs-without-using-javascript
+ 1
I recently made this code to demonstrate how to implement a toggle button without js (css only) from the sololearn responsive web course wich showed how to use jquery (so js + library) to do it:
https://code.sololearn.com/WDnnlWWLf8At/?ref=app
behavior is exactly the same as in the example code course but without the help of js ^^