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

Can different Jquery plugins work together?

Hello,

I am working on a project and have a plugin gallery established. I now have to be able to search in my search box for an image in the gallery and have it show. I am new to Jquery /Javascript / plugins (beginner level) and am wondering if two plugins can work together to do this, or can I write a simple search code and get it to appear in the set up plugin? will the code required for this be too much for a beginner? If anyone has advice on where to start with this, it would be appreciated. Thank you for your time.

1 Answer

Steven Parker
Steven Parker
243,656 Points

Correctly written plug-ins should work well together.

But you'd need to evaluate then individually to be sure they "play nice".

Thank you