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

jQuery slider gallery

I need insert on my header website a jQuery slider gallery, somebody help me?

In order for someone to help, please include more information. What exactly are you working on? Can we see a link to it? Or post the code here.

1 Answer

This is the code:

<div class="wrap"> <div class="slider"> <!---I WANT THIS banner.jpg CHANGE IMAGES WITH jQuery--> <img src="images/banner.jpg" alt=""> </div> <div class="header-txt"> <h2>Welcome to Casa Sosa</h2> <p>Our Spanish language learning strategies are state of the art, and have successfully prepared hundreds of volunteers and students for development work. We can do the same for you given all of our knowledge about the Spanish language.</p> </div>