| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/hkosl.com/thebh/20171017/js/ |
Upload File : |
$( 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)
}
});
});