JQUERY: Add CSS Class to Body Tag

Miva Knowledge Base
Want to start an online store? We work with you from start to finish, from commerce platform to design to SEO.
Experience counts, and we have a lot.
This Miva knowledge base is a bunch of random code and other info used by Scot's Scripts and other developers.

Important Notice: Information here is not intended for public use. Use at your own risk.

JQUERY: Add CSS Class to Body Tag

Scot Ranney • December 22, 2023


<mvt:comment>
#
# single-column may be Levels, but the idea is the same for all
#
</mvt:comment>

<script>
	$(document.body).addClass('single-column');
</script>

Also used for the tinted background for modals and other things.


https://www.scotsscripts.com/mvblog/jquery-add-css-class-to-body-tag.html

mvkb_css mvkb_jquery