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

HTML Prototyping with Foundation for Apps Getting to Know Foundation for Apps Child Views

Child View

I created a featured child view template just like the video shows but when i click on the link it takes me to the about template instead of featured. I double checked and I havent linked it the about template yet I dont know what I did wrong>????

Steven Parker
Steven Parker
229,783 Points

Can you share your code here, or make a snapshot of your workspace and share the link to it?

Still No Answer??.....................

1 Answer

I am not yet to that challenge, but off-hand I would suggest looking at if you really want all your ul's active at the same time instead of manipulating the DOM one at a time respective to your desired link. While several languages could take care of this, jQuery would be an obvious good fit.