Getting a script code error (scripts.js) in explorer 7 line 20 Char 9 scripts.js below
(function($) {
"use strict";
$("a[data-rel^='prettyPhoto']").pret…
default_width: 600,
default_height: 420,
social_tools: false
});
$('#slideshow-tabs').tabs({ show: { effect: "fade", duration: 200 }, hide: { effect: "fade", duration: 300 } });
if( /Android|webOS|iPhone|iPad|iPod|BlackBer… || ($(window).width() < 1024 {
} else {
$('#slideshow-tabs.ui-tabs-panel').parallax("50%", 0.5);
$('.content-home-1').parallax("0", 0.5);
$('.content-home-2').parallax("100%", 0.5);
$('.content-home-3').parallax("0", 0.5);
$('#title-content').parallax("50%", 0.5);
}
$('.side-title.flexslider').flexslider({
animation: "slide",
pauseOnAction: true,
});
$("#content-side-title").show();
setTimeout(function() { $("#content-side-title").animate({width: 'toggle'}); },100);
$('.link-side-title').click(function() {
$(this).next("#content-side-title")… 'toggle'});
});
$('a[data-rel]').each(function() {
$(this).attr('rel', $(this).data('rel' ;
});
$('img[data-retina]').retina({checkI… True});
$(".open-menu").click(function(){
$("body").addClass("no-move");
});
$(".close-menu, .close-menu-big").click(function(){
$("body").removeClass("no-move");
});
})(jQuery);