$( document ).ready(function( $ ) { $( '#map360' ).sliderPro({ width: 1920, height: 550, fade: true, arrows: true, buttons: false, fullScreen: true, shuffle: false, smallSize: 500, mediumSize: 1000, largeSize: 3000, thumbnailArrows: true, autoplay: false, touchSwipe:false }); }); $( document ).ready(function( $ ) { $( '#NewsSlider' ).sliderPro({ width: 1920, height: 550, fade: true, arrows: true, buttons: true, fullScreen: true, shuffle: false, smallSize: 500, mediumSize: 1000, largeSize: 3000, thumbnailArrows: true, autoplay: true, touchSwipe:false, autoHeight:true }); }); $('.maps').click(function () { $('.maps iframe').css("pointer-events", "auto"); }); $( ".maps" ).mouseleave(function() { $('.maps iframe').css("pointer-events", "none"); }); var plus = '../images/location/open.png'; var minus = '../images/location/close.png'; $(document).ready(function(){ $("#currentLocationTitle").click(function(){ $("#locationMenu").toggle("slow"); }); }); $(document).ready(function(){ $("#StageTitle").click(function(){ if ($('.StageArrow-img').attr('src') === plus) { $('.StageArrow-img').attr('src', minus); } else { $('.StageArrow-img').attr('src', plus) } $("#StageData").slideToggle("fast"); }); $("#HeightTitle").click(function(){ if ($('.HeightArrow-img').attr('src') === plus) { $('.HeightArrow-img').attr('src', minus); } else { $('.HeightArrow-img').attr('src', plus) } $("#HeightData").slideToggle("fast"); }); $("#ChairTitle").click(function(){ if ($('.ChairArrow-img').attr('src') === plus) { $('.ChairArrow-img').attr('src', minus); } else { $('.ChairArrow-img').attr('src', plus) } $("#ChairtData").slideToggle("fast"); }); $("#EquipmentTitle").click(function(){ if ($('.EquipmentArrow-img').attr('src') === plus) { $('.EquipmentArrow-img').attr('src', minus); } else { $('.EquipmentArrow-img').attr('src', plus) } $("#EquipmentData").slideToggle("fast"); }); $("#ContactTitle").click(function(){ if ($('.ContactArrow-img').attr('src') === plus) { $('.ContactArrow-img').attr('src', minus); } else { $('.ContactArrow-img').attr('src', plus) } $("#ContactData").slideToggle("fast"); }); $("#currentLocationTitle").click(function(){ if ($('.SubMenuArrow-img').attr('src') === plus) { $('.SubMenuArrow-img').attr('src', minus); } else { $('.SubMenuArrow-img').attr('src', plus) } }); });