I am trying to get jQzoom to work

admin

Administrator
Staff member
I am getting a type error undefined in my javascript when I inspect it in firebug. I am using wordpress and am using query. I have enqued my scripts and they show up when I inspect the page. when i look at the call for the Jqzoom i get the following error.

LINK TO SITE

<a href="http://www.goodmorningmoon.ca/shop/deer/" rel="nofollow">http://www.goodmorningmoon.ca/shop/deer/</a>
pass: springy88

Code:
jquery TypeError: 'undefined' is not a function(evaluating '$(window)')

javascript call to jqzoom

Code:
$(document).ready(function(){  
    $('.MYCLASS').jqzoom();  
});

html markup

Code:
&lt;a href="http://img.dailymail.co.uk/i/pix/2008/05_03/bigcowBNS_468x341.jpg" class="MYCLASS" title="MYTITLE"&gt; 
                        &lt;img src="&lt;?php echo $image[0]; ?&gt;" alt="&lt;?php get_the_title(get_field('purchaseImage1')) ?&gt;" title="IMAGE TITLE"/&gt;
                    &lt;/a&gt;