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

Convert the plain JavaScript code in the app.js file to jQuery. Assume the selected element has a class of profile-header, and use the jQuery method .hide().

Steven Parker
Steven Parker
243,331 Points

Give it your best "good-faith" attempt, and if you still have trouble, show your code and also provide a link to the course page.

3 Answers

i dont understand it at the very least.

Steven Parker
Steven Parker
243,331 Points

Try writing something, and give us a link to the page you are working with so we can see the problem.

And you might want to start your own question, this one seems to belong to someone else. The best way is using the "get help" button in the challenge. It will paste your code in for you and provide a button to link to the page.

i already have it, thank you.

Here's mine so far: $('profile-header').hide(); I'm an idiot.........