I started using Chop Slider, an amazing slideshow jquery plugin (http://www.idangero.us/cs/)
but the problem is, it didn’t work for pure HTML.
What I am trying to do is make a simple effect for flipping between schedules I generate using php.
If you want to see a live demo :
1) Go to http://www.aisolutions.biz/horaire/demo.htm
2) You will see a schedule with a back and a next button. Try clicking those to see what happens (This is where I am trying to implement the Chop Slider effects)
My alternatives are :
1) Convert the tables generated into images (but I have no clue how, I looked at php.net and it seems that you can take a screenshot of a generated code on the server using php but only on Windows, I have linux 🙁 )
2) Get a jQuery plugin that does some cool transitions as Chop Slider
Thanks in advance for any thoughts you are willing to share.
Full disclosure: This is a plugin that I developed
Check out Basic jQuery Slider – it’s a really simple jQuery plugin for sliding any HTML content.