Looking at the (many!) Javascripts you've got running there, you appear to
be loading jQuery twice:
Line 21:
<script type='text/javascript'
src='http://wptest.moppieillusions.com/wp-includes/js/jquery/jquery.js?ver=1
.3.2'></script>

Line 65:
<script
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js";
type="text/javascript"></script>

They're the same version so it might not matter - but it's worth removing
one of them since you don't need to load it twice anyway.....

Regards,
Michael Price


-----Original Message-----
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
Behalf Of Chris Cardarello
Sent: 27 August 2009 10:52
To: jQuery (English)
Subject: [jQuery] This is not a function


Ok for some reason none of my jQuery is working i get these errors :

Error: $ is not a function
Source File: http://wptest.moppieillusions.com/
Line: 52

Error: $ is not a function
Source File: http://wptest.moppieillusions.com/
Line: 100

Error: $ is not a function
Source File: http://wptest.moppieillusions.com/
Line: 77

Error: jQuery("a.lightbox").lightBox is not a function
Source File:
http://wptest.moppieillusions.com/wp-content/plugins/flexible-lightbox/js/li
ghtbox_call.js
Line: 7

Error: window.attachEvent is not a function
Source File:
http://wptest.moppieillusions.com/wp-content/themes/wpShop/js/unitpngfix.js
Line: 4

Error: window.attachEvent is not a function
Source File:
http://wptest.moppieillusions.com/wp-content/themes/wpShop/js/unitpngfix.js
Line: 4


Its like jQuery isnt loading this is the url
http://wptest.moppieillusions.com/

Reply via email to