How to add a class to body tag?

This should do it:

$('body').addClass("newClass");

If you want to remove class from it:

$('body').removeClass("newClass");

it will be same with html element "id" or "class" or "type"..

Comments

Popular posts from this blog

Simple Mail Sending Contact Form using PHP and Jquery

Codeigniter with Admin LTE

onclick anchor tag open url in bootstrap model