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

Adam Smallman
Adam Smallman
218 Points

jquery click image slider

Hello, I am having some issues in building a very simple jquery click image slider. I have recently started using Jquery, I have been doing Python, HTML, CSS, C#, and some Java.

I need to build a very simple jquery image slider with next and previous buttons. I have attempted to use one of the many plugins out there but they are effecting the rest of the site too much, like changing sizes of images making it unresponsive etc.

I can make an automatic images slider but I can not figure out how to use a next and previous buttons to move through the slides.

Any help on this would be great.

1 Answer

Nicol谩s Barcel贸
Nicol谩s Barcel贸
17,048 Points

Hi Adam,

I have a jQuery slider sample without plugins in my github account.

This is the link https://github.com/ferreret/ed-jquery-slider

I hope this helps you.

Best regards.

Adam Smallman
Adam Smallman
218 Points

I will take a look at it, thanks