Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript jQuery Basics (2014) Introduction to jQuery Hiding and Showing Elements With jQuery

Great! Now that you have the warning selected now hide as the page loads.

no one to help me, may someone please HELP?

please post your code so we can see what your issue is.

$(".warning")

2 Answers

you need to use the hide method. if you do not know what that is please look at the below reference:

Jquery API

George Fuller
George Fuller
1,507 Points

This works.

$(".warning").hide();