今儿写前台tab效果时用的,(jquery)
2009-09-29 17:39 cnb_mtime 阅读(476) 评论(0) 编辑 收藏 举报
今儿写前台tab效果时用的,(jquery)
<asp:Content ContentPlaceHolderID="head" ID="head1" runat="server">
<script type="text/javascript" language="javascript">
$(document).ready(function(){
var $npros = $('.divpro');
var $nprotitle = $('#nptil li');
$nprotitle.mousemove(function(){
$npros.hide();
$nprotitle.css({color:"#000000",width:"80px",height:"25px",background:"#EEEEEE",border:"solid 0px #CCCCCC"});
var index = $nprotitle.index($(this));
$($nprotitle.get(index)).css({color:"#FFFFFF",width:"78px",height:"23px",cursor:"pointer",background:"#FF6944",border:"solid 1px #CCCCCC","border-bottom":"solid 1px #FF6944"});
$($npros.get(index)).show();
});
})
$(document).ready(function(){
var $hpros = $('.divpro2');
var $hprotitle = $('#hptil li');
$hprotitle.mousemove(function(){
$hpros.hide();
$hprotitle.css({color:"#000000",width:"80px",height:"25px",background:"#EEEEEE",border:"solid 0px #CCCCCC"});
var index = $hprotitle.index($(this));
$($hprotitle.get(index)).css({color:"#FFFFFF",width:"78px",height:"23px",cursor:"pointer",background:"#FF6944",border:"solid 1px #CCCCCC","border-bottom":"solid 1px #FF6944"});
$($hpros.get(index)).show();
});
})
</script>
</asp:Content>
<asp:Content ContentPlaceHolderID="head" ID="head1" runat="server">
<script type="text/javascript" language="javascript">
$(document).ready(function(){
var $npros = $('.divpro');
var $nprotitle = $('#nptil li');
$nprotitle.mousemove(function(){
$npros.hide();
$nprotitle.css({color:"#000000",width:"80px",height:"25px",background:"#EEEEEE",border:"solid 0px #CCCCCC"});
var index = $nprotitle.index($(this));
$($nprotitle.get(index)).css({color:"#FFFFFF",width:"78px",height:"23px",cursor:"pointer",background:"#FF6944",border:"solid 1px #CCCCCC","border-bottom":"solid 1px #FF6944"});
$($npros.get(index)).show();
});
})
$(document).ready(function(){
var $hpros = $('.divpro2');
var $hprotitle = $('#hptil li');
$hprotitle.mousemove(function(){
$hpros.hide();
$hprotitle.css({color:"#000000",width:"80px",height:"25px",background:"#EEEEEE",border:"solid 0px #CCCCCC"});
var index = $hprotitle.index($(this));
$($hprotitle.get(index)).css({color:"#FFFFFF",width:"78px",height:"23px",cursor:"pointer",background:"#FF6944",border:"solid 1px #CCCCCC","border-bottom":"solid 1px #FF6944"});
$($hpros.get(index)).show();
});
})
</script>
</asp:Content>
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步