Link to home
Start Free TrialLog in
Avatar of DanishCoder
DanishCoderFlag for Denmark

asked on

jQuery.easing is not a function

Dear experts,

I'm having some troubles with the so-called "fancybox", which is also called "lightbox".

The error is this one:
jQuery.easing[jQuery.easing.def] is not a function

Detected through:
Firefox error console

How I get the error:
* I click the link on my site, and the lightbox shows the content.
* I look at my error console, and the error is listed 16 times.
* Then I click the "X" on my right hand, and the box doesn't disappear, but the "X" does, and the same error comes again.
* To get rid of the box I now need to press F5.

About the attachments:
Line with error (line 46) in the attached file.
The snippet is the content of my <head>-tag.

Source:
http://fancybox.net/home

Anyone who knows what is wrong?
Does it have something to do with Google's CDN (alternative host)?


Thanks for your help,
DanishCoder
<meta http-equiv='X-UA-Compatible' content='IE=EmulateIE7'/>
<link rel='stylesheet' type='text/css' href='modules/fancybox/jquery.fancybox.css' media='screen' />
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js'></script>
<script type='text/javascript' src='modules/fancybox/custom.js'></script>
<script type='text/javascript' src='modules/fancybox/jquery.easing.1.3.js'></script>
<script type='text/javascript' src='modules/fancybox/jquery.fancybox-1.2.1.pack.js'></script>

<link rel="stylesheet" href="global/styles.css"/>
<link rel="stylesheet" href="global/stylesdrop.css"/>
<script type="text/javascript" src="modules/javascript.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>

Open in new window

jquery.easing.1.3.js
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe 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 DanishCoder

ASKER

It always helps :-)
Merry Christmas :-)
Avatar of tenksheep
tenksheep

Well I'm on version 1.3 and I'm getting the same problem // so no, its not solved