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

CSS

animsition.min.js and bootstrap.min.js, these two files are not getting along

if I put animsition.min.js before bootstrap.min.js, than on smaller screen size the toggle menu button on navigation is not working.

and if I put bootstrap.min.js and after animsition.min.js, than on small screen size the menu is working perfectly but the website doesn't show up, basically none of the elements on which I applied the .animsition class.

Any idea how to fix this?

1 Answer

When you're testing with the files in different order, you are sure that jQuery is kept first in each case?

yes Sean T. Unwin, jQuery is first always.