HEX
Server: nginx/1.26.3
System: Linux debian 6.1.0-31-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.128-1 (2025-02-07) x86_64
User: root (0)
PHP: 5.6.40
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/gxdaosen.net/wp-content/themes/simplepark/js/script.js
$(document).ready(function(){   
$("#nogallery_enter").children(".list-h, #enter_xz").remove();
 $('#nav .menu_nav li').not(".sub-menu li").append('<div class="hover"><\/div>');
$('#nav .menu_nav li .sub-menu li').children("ul").addClass("block")
$('#nav .menu_nav li').hover(
function() {
$(this).children(".sub-menu").not(".block").stop(true, true).fadeIn('200');},
function() {
$(this).children(".sub-menu").not(".block").stop(true, true).fadeOut('1000');
	}
)
$('#nav .menu_nav li').not(".current-menu-item,.current-menu-ancestor,.current-category-ancestor").hover(
function() {
$(this).children('.hover').stop(true, true).fadeIn('200');
},
function() {
$(this).children('.hover').stop(true, true).fadeOut('1000');
});
$("#pic,#enter_xz").stop().mouseenter(function() {$(this).children("a.prve").animate({"left":"0"},600,'easeOutElastic');});
    $("#pic,#enter_xz").stop().mouseleave(function(){$(this).children("a.prve").animate({"left":"-100px"},600);});
	$("#pic,#enter_xz").stop().mouseenter(function() {$(this).children("a.next").animate({"right":"0"},600,'easeOutElastic');});
    $("#pic,#enter_xz").stop().mouseleave(function(){$(this).children("a.next").animate({"right":"-100px"},600);});

   $(".news_loop_01 li#fist .news_001_pic").mouseenter(function() {$(this).children("img").animate({"width":"150px","height":"150px","left":"-10px","top":"-10px"},400);});
   $(".news_loop_01 li#fist .news_001_pic").mouseleave(function(){$(this).children("img").animate({"width":"130px","height":"130px","left":"0","top":"0"},400);});
   
    $(".news_loop_01 li#ohter .news_001_pic").mouseenter(function() {$(this).children("img").animate({"width":"108px","height":"108px","left":"-10px","top":"-10px"},400);});
   $(".news_loop_01 li#ohter .news_001_pic").mouseleave(function(){$(this).children("img").animate({"width":"88px","height":"88px","left":"0","top":"0"},400);});
   
 $("ul li#big a").mouseenter(function() {$(this).children("img").animate({"width":"230px","height":"230px","left":"-17.5px","top":"-17.5px"},400);});
$("ul li#big a").mouseleave(function(){$(this).children("img").animate({"width":"195px","height":"195px","left":"0","top":"0"},400);});
$("#cat_news ul li#smoll a,#cat_news ul li.firest a").mouseenter(function() {$(this).children("img").animate({"width":"111px","height":"111px","left":"-10px","top":"-10px"},400);});
$("#cat_news ul li#smoll a,#cat_news ul li.firest a").mouseleave(function(){$(this).children("img").animate({"width":"91px","height":"91px","left":"0","top":"0"},400);});
   
$(document).scroll(function () { 
 $(".about_b_fix").css({"top":($("#about_index").offset().top /4)-(($(document).scrollTop()/2))})
   
   });
   
$(".lsit_hover ul.list-h li a").stop().mouseover(function() {     

$(".product_pic img").attr("src",$(this).attr("rel"));
if($(".product_pic img").load){$(".product_pic .loading").fadeOut(); }else{$(".product_pic .loading").fadeIn();}

if($(this).attr("rel") ==  $(".product_pic img").attr("src")){
	$(".lsit_hover ul.list-h li").removeClass("bodee");
	$(this).parent("li").addClass("bodee");
	}

});
 $(".kefu_d").stop().mouseenter(function() {$(this).children("div").fadeIn(300);});
    $(".kefu_d").stop().mouseleave(function() {$(this).children("div").fadeOut(300);});

$("#left_news .left_news_hd a").click(function() {  
$("#left_news .left_news_hd").children("a").removeClass( "inopen");
$(this).addClass("inopen");
$("#left_news ul").removeClass("show");
});
$("#cs1").click(function() {$("#left_news ul").fadeOut(0);$("#ss1").fadeIn(0); });
$("#cs2").click(function() {$("#left_news ul").fadeOut(0);$("#ss2").fadeIn(0); });
$("#cs3").click(function() {$("#left_news ul").fadeOut(0);$("#ss3").fadeIn(0); });
$("#cs4").click(function() {$("#left_news ul").fadeOut(0);$("#ss4").fadeIn(0); });

var sumWidth =0;
$(".lsit_hover").children("ul").each(function(){
         $(this).css("width", 66*$(this).children("li").length+"px");
});


$(".list .next").click(function() {
	
if($(".lsit_hover").children("ul").width() >=610){
	$(this).prev(".lsit_hover").children("ul").animate({"margin-left":"-620px"},600,'easeInOutQuint')
}
});
	$(".list .prve").click(function() {
		
if($(".lsit_hover").children("ul").width() >=610){
	$(this).next(".lsit_hover").children("ul").animate({"margin-left":0},600,'easeInOutQuint')
}
	});
$("#enter_xz,#enter_xz ul li").css("width",$("#enter_xz").children("ul li img").width());
$("#enter_xz,#enter_xz ul li").css("hight",$("#enter_xz").children("ul li img").hight());

});  

  $(document).mousemove(function(e) {

var offset=$(document).width()/2-e.clientX;
$("#pic_out").css({"background-position":( ($(document).width()-1437)/5+offset/40-100 )+"px 0px"});
});


function addFavorite(obj, opts){
    var _t, _u;
    if(typeof opts != 'object'){
        _t = document.title;
        _u = location.href;
    }else{
        _t = opts.title || document.title;
        _u = opts.url || location.href;
    }
    try{
        window.external.addFavorite(_u, _t);
    }catch(e){
        if(window.sidebar){
            obj.href = _u;
            obj.title = _t;
            obj.rel = 'sidebar';
        }else{
            alert('抱歉,您所使用的浏览器无法完成此操作。\n\n请使用 Ctrl + D 将本页加入收藏夹!');
        }
    }
}