账号通
    

账号  

密码  

1755

查看

3

回复
主题:生成静态页吃代码了 [收藏主题] 转到:  
z95469 当前离线

78

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:1085 分
登录次数:68 次
注册时间:2007/8/22
最后登录:2019/2/22
z95469 发表于:2009/6/3 20:48:00   | 显示全部帖子 查看该作者主题 楼主 
科汛在线商城系统(NET)

生成静态页吃代码了

原始js:

<SCRIPT type=text/javascript>
      var t = n = 0, count=4;
      if($("#play_list").height()>=400)
      //$("#play").height(425);//$("#play_list").height());
      
      $("#play").css("overflow","hidden");
      $("#play_list").height(422);
      $("#play_list").css("overflow","hidden");
       count= $("#play_list a").size()
       $("#play_list a:not(:first-child)").hide();
       $("#play_text li").eq(0).css({"background":"#7f0019","color":"#fff","font-weight":"bolder"})
       $("#play_text li").mouseover(function() {
       
        var i = $(this).text() - 1;
        n = i;
        if (i >= count) return;
        $("#play_list a").filter(":visible").fadeOut(200,function(){$(this).parent().children().eq(i).fadeIn(300);});
        $(this).css({"background":"#7f0019","color":"#fff","font-weight":"bolder"}).siblings().css({"background":"#fff","color":"#7f0019","font-weight":"normal"});
       });
       t = setInterval("showAuto()", 5000);
       $("#play,#play_text").hover(function(){clearInterval(t)}, function(){t = setInterval("showAuto()", 10000);});
      function showAuto()
      {
       n = n >= (count - 1) ? 0 : ++n;
       $("#play_text li").eq(n).trigger('mouseover');
      }
     </SCRIPT>

 

发布后代码:

 

<SCRIPT type=text/javascript>
      var t = n = 0, count=4;
      if($("#play_list").height()>=400)
      //$("#play").height(425);//$("#play_list").height());
      
      $("#play").css("overflow","hidden");
      $("#play_list").height(422);
      $("#play_list").css("overflow","hidden");
       count= $("#play_list a").size()
       $("#play_list a:not(:first-child)").hide();
       $("#play_text li").eq(0).css({"background":"#7f0019","color":"#fff","font-weight":"bolder"})
       $("#play_text li").mouseover(function() {
       
        var i = $(this).text() - 1;
        n = i;
        if (i >= count) return;
        $("#play_list a").filter(":visible").fadeOut(200,function());
        $(this).css({"background":"#7f0019","color":"#fff","font-weight":"bolder"}).siblings().css({"background":"#fff","color":"#7f0019","font-weight":"normal"});
       });
       t = setInterval("showAuto()", 5000);
       $("#play,#play_text").hover(function(){clearInterval(t)}, function(){t = setInterval("showAuto()", 10000);});
      function showAuto()
      {
       n = n >= (count - 1) ? 0 : ++n;
       $("#play_text li").eq(n).trigger('mouseover');
      }
     </SCRIPT>

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
z95469 当前离线

78

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:1085 分
登录次数:68 次
注册时间:2007/8/22
最后登录:2019/2/22
z95469 发表于:2009/6/3 20:49:00   | 显示全部帖子 查看该作者主题 沙发 
科汛在线考试系统(NET)
搞成自定义静态标签也不行
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.06250秒 powered by KesionCMS 9.0