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

CSS jQuery Basics (2014) Creating a Password Confirmation Form Perform: Part 1

Samuel Tolentino
Samuel Tolentino
22,114 Points

My project does not seem to work, from the beginning $("form span").hide(); does not hide the span elements any ideas?

//hide hints $("form span").hide();

Can you post a snapshot to this workspace? http://www.teamtreehouse.com/forum/workspace-snapshots

is your code $("form span").hide(); on the same line as your comment if so it will not read. put them on separate lines. hope that helps if not post your code so we can see what is exactly going on.

1 Answer

I know this is 2 months old but I was having the same issue. I downloaded the project files to follow along and noticed the jquery link was an older version than the one I was using in another project. I updated the link to the current one at http://code.jquery.com/jquery-1.11.3.min.js and that solved my problem of the span not hiding. I don't know if they've depreciated 1.11.0 but that was the problem. Hope that helps anybody else having the same issues.