I have really strange problem with fancybox(2.x). I was using this script for ages but i hadn't experienced such problem before.
So, i have website: http://salomonsuperpark.pl/ and i've included every jquery/fancybox files as manual says but the JS console gives me the error
Uncaught TypeError: Object [object Object] has no method 'fancybox'
Have you any idea what am i doing wrong? Any help would be appreciated :)
There are couple of issues in your website.
$
, so your code is not working because $
is not an alias for jQuery
anymore. You can use jQuery.noConflict()
to avoid conflicts with other libraries on the page which use the same variable $
.