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 Framework Basics What's New in Foundation 5 New Interchange Features

Chris Crittenden
Chris Crittenden
1,770 Points

Issue with Interchange not showing any content from sample files

I've tried using the code as is, creating a new folder for the partials and I can't get interchange to fire off. Not sure what I'm doing wrong. Here's my code:

  <!-- Interchange Content -->
    <div data-interchange="[header_sm.html, (small)], [header_md.html, (medium)], [header_lg.html, (large)]">
    </div><!-- End Interchange Content -->

I wrote this code, verified with text wrangler that it was the same as the final index.html code, and tested it in the browser to no avail. Anyone else get this with the sample files and video instructions?