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
javascript call to jqzoom
html markup
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:
<a href="http://img.dailymail.co.uk/i/pix/2008/05_03/bigcowBNS_468x341.jpg" class="MYCLASS" title="MYTITLE">
<img src="<?php echo $image[0]; ?>" alt="<?php get_the_title(get_field('purchaseImage1')) ?>" title="IMAGE TITLE"/>
</a>