function rdt() { var d = new date(); return d.gettime(); } //导航选中 $(function(){ jquery('a').bind('focus',function(){ if(this.blur){ this.blur(); }; }); scrollspyqq66218223(); $(window).scroll(); var now_file = location.href.substring(location.href.lastindexof("/")+1); if(now_file=="") { now_file="index"; } $(".menu").find(" a[href^='"+now_file+"']").parent().addclass("first"); now_file = now_file.substring(0, 3 ) $(".menu").find("> li > a[href^='" + now_file + "']").parent().addclass("first"); // $(".friendlink").hover(function () { // $(this).find("ul").slidedown(); // },function () { // $(this).find("ul").stop(true,true).slideup(); // }) //客服qq //$("#floatshow").bind("click",function(){ // // $("#onlineservice").animate({width:"show", opacity:"show"}, "normal" ,function(){ // $("#onlineservice").show(); // }); // // $("#floatshow").attr("style","display:none"); // $("#floathide").attr("style","display:block"); // // return false; // }); // // $("#floathide").bind("click",function(){ // // $("#onlineservice").animate({width:"hide", opacity:"hide"}, "normal" ,function(){ // $("#onlineservice").hide(); // }); // // $("#floatshow").attr("style","display:block"); // $("#floathide").attr("style","display:none"); // // return false; // }); }) //左侧选中状态 $(function () { $(".tabs").each(function (index, element) { $(this).tabs(); }); var target = $(".inmaintop"); var now_file = location.href.substring(location.href.lastindexof("/") + 1); if (target.size() > 0) { target.find("a[href='" + now_file + "']").parent().addclass("cur"); } }) //二级菜单 $(function () { $(".menu > li").hover(function () { $(this).find("a:first").addclass("hover") // $(this).find(" > ul ").slidedown(10) $(this).find(".menulist").addclass("subnav") $(this).find("img").hide().show(500) }, function () { $(this).find("a:first").removeclass("hover") // $(this).find(" > ul ").slideup(10) $(this).find(".menulist").removeclass("subnav") }) }) /*底部浮动切换*/ $(function () { function onmouserenterhandler() { $(".slider .item").off("mouseenter", onmouserenterhandler); var _this = $(this); var _others = $(this).siblings(); tweenmax.to(_this, .4, { width: 480, onstart: function () { _this.addclass("active"); }, oncomplete: function () { $(".slider .item").on("mouseenter", onmouserenterhandler); } }); tweenmax.to($(this).find(".para"), .4, { width: 180 }); tweenmax.to($(this).find("img"), .4, { right: 0, autoalpha: 1 }); tweenmax.to(_others, .4, { width: 180, onstart: function () { _others.removeclass("active"); } }); tweenmax.to(_others.find(".para"), .4, { width: 180 }); } $(".slider .item").on("mouseenter", onmouserenterhandler); }); //导航 $(document).ready(function(){ var headheight=$("#header").height(); var head=$("#header"); $(window).scroll(function(){ if($(this).scrolltop()>headheight){ head.addclass("navfix"); } else{ head.removeclass("navfix"); } }) }) function isplaceholder(){ var input = document.createelement('input'); var textarea = document.createelement('textarea'); return 'placeholder' in input; return 'placeholder' in textarea; } if (!isplaceholder()) {//不支持placeholder 用jquery来完成 $(document).ready(function() { if(!isplaceholder()){ $("input").not("input[type='password']").each(//把input绑定事件 排除password框 function(){ if($(this).val()=="" && $(this).attr("placeholder")!=""){ $(this).val($(this).attr("placeholder")); $(this).focus(function(){ if($(this).val()==$(this).attr("placeholder")) $(this).val(""); }); $(this).blur(function(){ if($(this).val()=="") $(this).val($(this).attr("placeholder")); }); } }); //对password框的特殊处理1.创建一个text框 2获取焦点和失去焦点的时候切换 $("input[type='password']").each( function() { var pwdfield = $(this); var pwdval = pwdfield.attr('placeholder'); pwdfield.after(''); var pwdplaceholder = $(this).siblings('.login-input'); pwdplaceholder.show(); pwdfield.hide(); pwdplaceholder.focus(function(){ pwdplaceholder.hide(); pwdfield.show(); pwdfield.focus(); }); pwdfield.blur(function(){ if(pwdfield.val() == '') { pwdplaceholder.show(); pwdfield.hide(); } }); }) } }); } //底部二维码 $(function(){ var x = 10; var y = -120; $(".picshow").mouseover(function(e){ this.mytitle = this.title; this.title = ""; var imgtitle = this.mytitle? "
" + this.mytitle : ""; var picshow = "
"+imgtitle+"<\/div>"; //鍒涘缓 div 鍏冪礌 $("body").append(picshow); //鎶婂畠杩藉姞鍒版枃妗d腑 var imgwidth = $(".picshow").width(); var offset=$(".picshow").offset(); $("#picshow") .css({ "top": offset.top -120 + imgwidth + "px", "left": offset.left-120-50 + imgwidth + "px" }).show("fast"); //璁剧疆x鍧愭爣鍜寉鍧愭爣锛屽苟涓旀樉绀� }).mouseout(function(){ this.title = this.mytitle; $("#picshow").remove(); //绉婚櫎 }).mousemove(function(e){ }).click(function(e){ return false; }); }) // javascript documentvar pageload_index=1; //婊氬姩鍑芥暟 jquery.extend({ scrollpage: function (p, f) { var n = c = t = h = new number; $(function () { $(window).scroll(function () { if (n == p) { $(this).unbind("scroll"); } c = document.documentelement.clientheight; t = $(document).scrolltop(); h = $(document).height(); if (h - t - c <100) { f(); if (p > 0) n += 1; } }); }); } }); function hhpage1(targetid,pagesize,totalcount,url,parm,fn) { var totalpage=math.ceil(totalcount/pagesize); if(totalpage>1) { var content=''; //document.write(content); $(targetid).html(content); $("#pload" +pageload_index).click(function(){ var nextpage= parseint( $(this).attr("rel"))+1; $(this).attr("rel",nextpage); var btn=$(this); btn.hide(); parm.page=nextpage; if(nextpage<=totalpage) { btn.next().show(); $.get(url,parm,function(data){ settimeout(function(){ btn.next().hide(); $(targetid).append($(data).find(targetid).html()); if(fn!=undefined) { fn(); } if(nextpage