I had a similar problem. I think Cycle might not work with the latest version
of the Easing plugin (1.3). I checked the source on the Cycle home page and
he's using 1.1.1. So I downloaded 1.1.1 from his site, replaced 1.3 with it,
and now it works for me:

<script src="js/jquery.easing.1.1.1.js" type="text/javascript"></script>

-paul



Geebs wrote:
> 
> 
> I'm having this same problem. Here are my script tags...
> 
> <script src="js/jquery-1.2.2.js" type="text/javascript"></script>
> <script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
> <script src="js/jquery.cycle.all.js" type="text/javascript"></script>
> 
> here's my jquery....
> 
> $('.pics').cycle({
>                 fx:      'zoom',
>                 speedIn:  2500,
>                 speedOut: 500,
>                 easeIn:  'bouncein',
>                 easeOut: 'easeout',
>                 sync:     0,
>                 delay:   -4000
>         });
> 
> easing effects not working and getting the same error message as Dino.
> Thanks for any help.
> 
> On Jan 18, 12:14 pm, polyrhythmic <[email protected]> wrote:
>> Make sure your script tag loading jQuery is placed *before* the script
>> tag for easing.
>>
>> Charles
>>
>> On Jan 17, 8:36 pm, Cloudream <[email protected]> wrote:
>>
>> > jquery is not defined shows that the browser hasn't load
>> > jquery-1.2.1.min.js ... ;)
>>
>> > On Jan 18, 3:28 am, booyaadino <[email protected]> wrote:
>>
>> > > When I use jquery.easing.1.3.js with the latest jquery build
>> > > (jquery-1.2.1.min.js)
>>
>> > > 1)
>> > > jQuery is not defined
>> > > jQuery.easing['jswing'] = jQuery.easing['swing'];
>>
>> > > 2)
>> > > $ is not defined
>> > > $(document).ready(init);
>>
>> > > Any suggestions,
>> > > Dino
> > 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/jquery-easing-v1.3-not-working-with-latest-jquery-1.2.2-update-tp14930262s27240p24732544.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
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