Skip to content

Challenge Use JQuery To Modify The Entire Page

Quincy Larson edited this page Aug 20, 2016 · 1 revision

Challenge Use jQuery to Modify the Entire Page

jQuery can target the body element as well.

Here's how we would make the entire body fade out:

$('body').addClass('animated fadeOut');
Clone this wiki locally