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 Interactive Photo Gallery

Iftode Daniel
seal-mask
.a{fill-rule:evenodd;}techdegree
Iftode Daniel
Front End Web Development Techdegree Student 14,093 Points

i can't find a jquery plugin for a search box with the functionality of filtering image's based on caption

i am at front end development tech degree project 4 i found a jquery plugin named "HideSeek" i fallowed the step's on implementing it and it does not work can anyone please help ?

Rishi B
Rishi B
13,866 Points

They didn't give correct plugin.

1 Answer

I've never used that plugin before, but I would suggest you look into the docs for the plugin on github here this should help you get the plugin working. Honestly, your best bet is, to search for the docs of the plugin and if they are documented well, they should help you with the issue, if the docs are not that helpful, then I would suggest finding a different solution, or using a different plugin.

I can't view the project, but from the description, it seems to me, that you don't need to use any plugins for theses projects:

"NOTE: The Front End Web Development Techdegree is meant to train you in HTML, CSS and JavaScript, and let you practice and show your mastery of these fundamental building blocks of the web. Because of that, please avoid using frameworks like Bootstrap, Foundation, Skeleton, and so on for this project. Even though you may end up using frameworks like these professionally, you still need to know and be able to implement designs with your own knowledge of HTML, CSS and JavaScript."

Try doing the project in JS and see if you can get the same results.