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 trialMartin Bornman
Courses Plus Student 12,662 PointsjQuery
I am doing exactly as the video.When I log in the preventDefault is not turned of.The code is exactly as in the video but get a different result in console.What is wrong with my code?I practise on my own project. // Problem: When clicking on image,go to a dead end // Solution: Create an overlay with the large image - ligthbox
// Plan: // 1.Capture the click event on a link to an image $("#imageGallery a").click(function(event) { event.preventDefault(); var href = $(this).attr("href"); console.log(href); // 1.1 Show the overlay // 1.2 Update overlay with the image linked in the link // 1.3 Get child attribute and set caption - can use the href attribute // 2. Add an overlay }) // 2.1 An image // 2.2 A caption ? // 3. When overlay is clicked // 3.1 Hide the overlay
1 Answer
Henrik Christensen
Python Web Development Techdegree Student 38,322 PointsOnly thing I can see it that you are missing a ; in the closing area });
Aayush Masiwal
Courses Plus Student 895 PointsAayush Masiwal
Courses Plus Student 895 Pointsplease create snap of your workspace and paste url here