Link to home
Create AccountLog in
Avatar of SlickCatSeven
SlickCatSeven

asked on

jQuery upgrade to 1.9.1 from 1.5 and slideshow stopped working

I recently switched from jQuery 1.5 to 1.9.1 and found that my slideshow stopped working. Here is the slideshow script in the header:

--------------------------------------------------------------------
<script type="text/javascript">
$(document).ready(function() {
      $('.slideshow').cycle({
            fx:      'fade'
      });
});
</script>
--------------------------------------------------------------------

Here are my includes:
--------------------------------------------------------------------
<script type="text/javascript" src="../jq/jquery.js"></script>
<script type="text/javascript" src="../js/jquery.cycle.all.latest.js"></script>
--------------------------------------------------------------------

I can't remember why I'm including 'jquery.cycle.all.latest.js' because it was a long time ago, but might it have something to do with the problem...?

Mahalo.
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of SlickCatSeven
SlickCatSeven

ASKER

It worked beautifully! Thanks.
Look in the console to see what you need to fix to be able to remove the migrate