Skip to content

Challenge Use jQuery to Modify the Entire Page

SaintPeter edited this page · 1 revision
Clone this wiki locally

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');

Something went wrong with that request. Please try again.