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

[solved] Transition not happening

Hi! As the title says, I followed the instructions of this video and at the end when I tested the site and click "work" or "team" from the homepage site, I stay on the homepage site. The link doesnt work anymore after I added the plugin to the code and ofc the plugin itself doesnt work too. https://w.trhou.se/udw88wzouu is a snapshot of my workspace as I cant find the problem myself, even after rewatching the entire video and extra checking for typos.

Iain Diamond
Iain Diamond
29,379 Points

Hi, I found a typo in your stylesheet link.

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

Hope this helps.

Argh another one of those small typos making everything weird. Yes that was indeed the error that made the script fail. Thanks for finding it. Really need to increase my proof reading skills ^^