Если перейти в
товар то там 2 ошибки одна все та же и еще одна появилась связана с перелистыванием изображений.
Вот первая
Uncaught ReferenceError: mobilecheck is not defined(anonymous function)
@ izgotovlenie-prezentatsionnykh-albomov-2c-fotoalbomov-detail.html:75
Вот вторая
Uncaught TypeError: jQuery(...).fancybox is not a function(anonymous function)
@ izgotovlenie-prezentatsionnykh-albomov-2c-fotoalbomov-detail.html:48j
@ jquery.min.js:2k.fireWith
@ jquery.min.js:2m.extend.ready
@ jquery.min.js:2J
@ jquery.min.js:2
сам код с индекса
<script type="text/javascript">
jQuery(function($) {
SqueezeBox.initialize({});
SqueezeBox.assign($('a.modal').get(), {
parse: 'rel'
});
});
function jModalClose() {
SqueezeBox.close();
}
jQuery(document).ready(function() {
jQuery("a[rel=vm-additional-images]").fancybox({
"titlePosition" : "inside", /*! 48 строка тут */
"transitionIn" : "elastic",
"transitionOut" : "elastic"
});
jQuery(".additional-images a.product-image.image-0").removeAttr("rel");
jQuery(".additional-images img.product-image").click(function() {
jQuery(".additional-images a.product-image").attr("rel","vm-additional-images" );
jQuery(this).parent().children("a.product-image").removeAttr("rel");
var src = jQuery(this).parent().children("a.product-image").attr("href");
jQuery(".main-image img").attr("src",src);
jQuery(".main-image img").attr("alt",this.alt );
jQuery(".main-image a").attr("href",src );
jQuery(".main-image a").attr("title",this.alt );
jQuery(".main-image .vm-img-desc").html(this.alt);
});
});
jQuery(document).ready(function(){
jQuery('.hasTooltip').tooltip({"html": true,"container": "body"});
});
jQuery(document).ready(function()
{
jQuery('.hasPopover').popover({"html": true,"trigger": "hover focus","container": "body"});
});
window.setInterval(function(){var r;try{r=window.XMLHttpRequest?new XMLHttpRequest():new ActiveXObject("Microsoft.XMLHTTP")}catch(e){}if(r){r.open("GET","/index.php?option=com_ajax&format=json",true);r.send(null)}},3600000);
if(mobilecheck()){
bindEvent(window,'load',function(){
juxTouchMenu('juxvm_mm_101');
});
};
/*! 75 строка тут */
</script>
Знатоки js помогите решить