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
Viktor Yakov
Front End Web Development Techdegree Graduate 15,770 PointsjQuery : I have to implement search box, that have to filter images based on image title
Hello folks I have a image gallery with: Lightbox, buttons to switch between images , escape function(I've done those things). Now i have to implement "search box" that have to filter through images title. I've tried many ways, but i can't make it work yet. I don't want to use plugins trying to type the code on myself. But this is challenging for me. Is it possilbe to give me a hand for this task :). Here is the code if you want to check-http://codepen.io/anon/pen/mPOaxX
Thanks! Viktor.
3 Answers
jason chan
31,009 Pointshttps://youtu.be/xVYu9CEIYk8?list=PLHPcpp4e3JVpXbtgyD-k-nCmwpbbMIHOh
That's how you do it.
Viktor Yakov
Front End Web Development Techdegree Graduate 15,770 PointsJason Chan you are the man ! :) Thank you so much !
jason chan
31,009 PointsNo problem man. ;)
Tracy Excell
Front End Web Development Techdegree Graduate 15,333 PointsTracy Excell
Front End Web Development Techdegree Graduate 15,333 PointsHi jason,
Thank you for the video, it made a lot of sense. I have tried to apply this to mine, but can not get to to work. My img html has an <a> tag also, so might be causing the problem are you able to have a quick look at my code and see if this is what is happening? I would love to get this to work!