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 Using jQuery Plugins Introducing jQuery Plugins Adding a Plugin to a Web Page

Mariana Castilho
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Mariana Castilho
Front End Web Development Techdegree Graduate 13,842 Points

Why the header doesn't reload when page changes?

This is not related to the plugin itself, but I got curious about the reason why the header doesn't seems to reload when the instructor change to the Team page...is there an specific reason why?

1 Answer

Hello Mariana,

Did you make sure about you insert the correct format of the file? That was mine problem too and i made it work:

<link rel="stylesheet" href="js/animsition/animsition.min.css">

<script src="js/jquery-1.11.2.min.js"></script>

<script src="js/animsition/jquery.animsition.min.js"></script>

<script src="js/main.js"></script>