Link to home
Start Free TrialLog in
Avatar of Brian
BrianFlag for United States of America

asked on

jQuery Transition Images

Hello Experts,

I have 4 images that I would like to rotate on my website but do not want to use Flash because Flash is not supported on the iPad. Does jQuery offer a solution such as rotating images/transition images from one to the next?
Avatar of Jen0910
Jen0910
Flag of United States of America image

Absolutely! A quick google search should be able to help, but I know this works: http://jonraasch.com/blog/a-simple-jquery-slideshow
Avatar of leakim971
Check this one, people like it : http://jquery.malsup.com/cycle/
Avatar of Brian

ASKER

@ Jen0910:

That did not work and the download source will not extract.
Avatar of Brian

ASKER

@ leakim971,

No luck with your solution either :(
no luck? what's the problem?
ASKER CERTIFIED SOLUTION
Avatar of Jen0910
Jen0910
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Brian

ASKER

@ Jen0910,

My apologies, it was my fault that it was not working :( I was forgetting to add the reference to the .js file.

jQeury is now availabe in version 1.6.4 your version is 1.2.6. Maybe this could be a reason for the plugins not to work.
Avatar of Brian

ASKER

@mcnute / @Jen0910,

Can you get this to work using 1.6.4?
I've always been of the mindset that if you have something that works and it's what you are looking for, no use trying to change things just to be the latest and greatest. ;) I do not think there are any features in this particular item that are "fancy" enough to need 1.6 but you can change <script type="text/javascript" src="jquery-1.2.6.min.js"></script> to <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> and see! Don't think it would hurt anything, but it may ad weight and run slightly slower since it is remote. You could also download the entire library and link relatively like the tutorial.
Avatar of Brian

ASKER

Thank you very much for your help and support. Everythink look GREAT!!!
No problem. Good luck with the project!