Hello, here is the problem : i'm including these scripts :

<script type="text/javascript" src="/js/jquery-1.3.2.js"></script>
<script type="text/javascript" src="/js/
jquery.easing.compatibility.js"></script> (tried, without, and with
the 1.3 version)
<script type="text/javascript" src="/js/ui/effect.core.js"></script>
<script type="text/javascript" src="/js/ui/effect.slide.js"></script>

latest version of jquery and ui

and here is the code :

$('#folio_arrow_left').show('slide', { direction: "left"  });
$('#folio_arrow_right').show('slide', { direction: "right" });

the error :

jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing" :
"linear")] is not a function
http://cv/js/jquery-1.3.2.js
Line 4139

this code works :

$('#folio_arrow_left').show('slide');
$('#folio_arrow_right').show('slide');

I'm on firefox 3.5, on a mac.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to