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 trialCody Flack
Front End Web Development Techdegree Graduate 13,213 PointsFront end Tech-degree Interactive Photo Gallery, Completely lost on how to go about a search plugin.
I don't understand how to make a search plugin search for the title attribute in this project, if somebody could give me a place to start it would very helpful.
1 Answer
Jack Hawkins
Front End Web Development Techdegree Student 5,984 Pointshi there I have been trying to get this to work and can seem to make it function. keeps coming back with a syntaxerror
Ford Heacock
18,068 PointsFord Heacock
18,068 PointsHey Cody! Try using an event listener on your search bar to query the "data-sub-html" attribute on each image item. For example:
Obviously replace with your id and class names. Hope this helps!