Body Toggle

I appreciate the clarity of this trick that Mikael Ainalem posted over on Reddit:

It’s a one-liner that toggles the class on the <body> so you can mock up different states and toggle between them on click.

<body onclick="this.classList.toggle("active");"

Could …


The post Body Toggle appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.


This content originally appeared on CSS-Tricks and was authored by Chris Coyier

I appreciate the clarity of this trick that Mikael Ainalem posted over on Reddit:

It’s a one-liner that toggles the class on the <body> so you can mock up different states and toggle between them on click.

<body onclick="this.classList.toggle("active");">

Could be on any element as well!

This can be a big thing. See “The Power of Changing Classes” as a case in point. Even if you aren’t much of a JavaScript person, classList is perhaps the one API you should know.


The post Body Toggle appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.


This content originally appeared on CSS-Tricks and was authored by Chris Coyier


Print Share Comment Cite Upload Translate Updates
APA

Chris Coyier | Sciencx (2021-07-06T20:55:45+00:00) Body Toggle. Retrieved from https://www.scien.cx/2021/07/06/body-toggle/

MLA
" » Body Toggle." Chris Coyier | Sciencx - Tuesday July 6, 2021, https://www.scien.cx/2021/07/06/body-toggle/
HARVARD
Chris Coyier | Sciencx Tuesday July 6, 2021 » Body Toggle., viewed ,<https://www.scien.cx/2021/07/06/body-toggle/>
VANCOUVER
Chris Coyier | Sciencx - » Body Toggle. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/07/06/body-toggle/
CHICAGO
" » Body Toggle." Chris Coyier | Sciencx - Accessed . https://www.scien.cx/2021/07/06/body-toggle/
IEEE
" » Body Toggle." Chris Coyier | Sciencx [Online]. Available: https://www.scien.cx/2021/07/06/body-toggle/. [Accessed: ]
rf:citation
» Body Toggle | Chris Coyier | Sciencx | https://www.scien.cx/2021/07/06/body-toggle/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.