123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- //TAB切换
- var ROOT;
- function Tabs(id,title,content,box,on,type,action){
- if(type){
- $(id+' '+title).click(function(){
- $(this).addClass(on).siblings().removeClass(on);
- $(content+" > "+box).eq($(id+' '+title).index(this)).show().siblings().hide();
- });
- }else{
- $(id+' '+title).mouseover(function(){
- $(this).addClass(on).siblings().removeClass(on);
- $(content+" > "+box).eq($(id+' '+title).index(this)).show().siblings().hide();
- });
- }
- if(action){
- $(id+' '+title).eq(action).addClass(on).siblings().removeClass(on);
- $(content+" > "+box).eq(action).show().siblings().hide();
- }else{
- $(id+' '+title).eq(0).addClass(on).siblings().removeClass(on);
- $(content+" > "+box).eq(0).show().siblings().hide();
- }
- }
- function setcookie(name,value){
- var Days = 30;
- var exp = new Date();
- exp.setTime(exp.getTime() + Days*24*60*60*1000);
- document.cookie = name + "="+ escape (value) + ";expires=" + exp.toGMTString();
- }
- function getcookie(name){
- var arr = document.cookie.match(new RegExp("(^| )"+name+"=([^;]*)(;|$)"));
- if(arr != null){
- name1=unescape(arr[2]);
- var name = name1.replace(/[\',\"]/g,"");
- return name;
- }else{
- return "";
- }
- }
- function delcookie(name){
- var exp = new Date();
- exp.setTime(exp.getTime() - 1);
- var cval=getCookie(name);
- if(cval!=null) document.cookie= name + "="+cval+";expires="+exp.toGMTString();
- }
- function showlogin()
- {
- var auth = getcookie('YP_auth');
- if(auth != '')
- {
- $('#login_username').html(unescape(getcookie('YP_username')));
- $('#login_div').hide();
- $('#logined_div').show();
- }
- else
- {
- $('#logined_div').hide();
- $('#login_div').show();
- }
- }
- $(function(){
- showlogin();
- });
- function resetVerifyCode(){
- var timenow = new Date().getTime();
- document.getElementById('verifyImage').src= ROOT+'/index.php?g=Home&m=Index&a=verify#'+timenow;
- }
- function donghua(obj){
- var speed=20;
- var demoh = document.getElementById(obj);
- var demoh1 = document.getElementById(obj+'_1');
- var demoh2 = document.getElementById(obj+'_2');
- demoh2.innerHTML=demoh1.innerHTML;
- function wfdh(){
- if(demoh2.offsetWidth-demoh.scrollLeft<=0){demoh.scrollLeft-=demoh1.offsetWidth;}
- if(demoh2.offsetWidth-demoh.scrollLeft>0){demoh.scrollLeft++;}
- }
- var MyMarh=setInterval(wfdh,speed);
- demoh.onmouseover=function() {clearInterval(MyMarh);}
- demoh.onmouseout=function() {MyMarh=setInterval(wfdh,speed);}
- }
- function showon(obj,onobj,id){
- $(obj+' '+ onobj).click(function(){
- //$(this).parent().addClass('on').siblings().removeClass('on');
- if($(this).parent().hasClass('on')){
- $(this).parent().removeClass('on');
- }else{
- $(this).parent().addClass('on');
- }
- });
- if(id){
- $('#catlist_'+id).parent().parent().addClass('on');
- }
- }
- function Floaters() {
- this.delta=0.15;
- this.playid =null;
- this.items = [];
- this.addItem = function(id,x,y,content) {
- var newItem = {};
- newItem.object = document.getElementById(id);
- if(x==0){
- objw= newItem.object.offsetWidth;
- var body = (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body;
- newItem.x = x = body.scrollLeft + (body.clientWidth - objw)/2;
- newItem.y = y;
- }else{
- newItem.x = x;
- newItem.y = y;
- }
- this.items[this.items.length] = newItem;
- }
- this.play =function(varname){
- this.playid = setInterval(varname+'.plays()',30);
- }
- this.close = function(obj){
- document.getElementById(obj).style.display='none';
- //clearInterval(this.playid);
- }
- }
- Floaters.prototype.plays = function(){
- var diffY;
- if (document.documentElement && document.documentElement.scrollTop)
- {
- diffY = document.documentElement.scrollTop;
- }
- else if (document.body)
- {
- diffY = document.body.scrollTop;
- }else{}
- for(var i=0;i<this.items.length;i++) {
- var obj = this.items[i].object;
- var followObj_y = this.items[i].y;
- var total = diffY + followObj_y;
- if(this.items[i].x >= 0){
- obj.style['left'] = this.items[i].x+ 'px';
- }else{
- obj.style['right'] = Math.abs(this.items[i].x)+ 'px';
- }
- if( obj.offsetTop != total)
- {
- var oldy = (total - obj.offsetTop) * this.delta;
- newtop = obj.offsetTop + ( oldy>0?1:-1 ) * Math.ceil( Math.abs(oldy) );
- obj.style['top'] = newtop + 'px';
- }
- }
- }
- function changeorder(obj,moduleid,id,doit,ordercall){
- var objs = document.getElementById(obj);
- var datas={'moduleid':moduleid,'id': id,'num':objs.value};
- $.ajax({
- type:"POST",
- url: ROOT+"/index.php?m=Order&a=ajax&do="+doit,
- data: datas,
- timeout:"4000",
- dataType:"JSON",
- success: function(data){
- if(data.data==1){
- ordercall.call(this,obj,moduleid,id,doit,data);
- }else{
- alert(doit + ' error'+data.msg);
- }
- },
- error:function(){
- alert("time out,try it");
- }
- });
- }
- function area_change(id,level,province,city,area,provinceid,cityid,areaid){
- var datas={'level':level,'provinceid':provinceid,'cityid':cityid,'areaid':areaid};
- $.ajax({
- type:"POST",
- url: ROOT+"/index.php?m=Ajax&a=Area&id="+id,
- data: datas,
- timeout:"4000",
- dataType:"JSON",
- success: function(data){
- if(level==0){
- $('#'+province).html(data.province);
- $('#'+city).html(data.city);
- $('#'+area).html(data.area);
- }else if(level==1){
- $('#'+city).html(data.city);
- $('#'+area).html(data.area);
- }else if(level==2){
- $('#'+area).html(data.area);
- }
- },
- error:function(){
- alert("time out,try it");
- }
- });
- }
|