Creating slide shows with jQuery in Rails 3

I searched everything to find a working example of creating a slide show with rails 3 using jQuery, but I can not find a solution.

Is there a plugin that we could use for a slide show if it weren’t for someone to guide me, how can I do this with rails 3?

thanks

+4
source share
2 answers

When I posted this question, I was more interested in learning how to integrate Jquery slideshows with rails-3.

Implemented it now, looking at another example on the network. Here is a solution on github if someone is looking for a similar solution.

https://github.com/Akram-Khan/Slideshow

Thanks,

+2
source

I used the jQuery Cycle Plugin for this purpose - http://malsup.com/jquery/cycle/ .

Great flexibility, simple implementation and many tutorials make this tool really useful.

0
source

All Articles