首页 相关文章 jquery 简单导航实现代码

jquery 简单导航实现代码

代码如下:
script type="text/javascript" src="js/jquery.min.js"/script
script type="text/javascript"
$(function(){
$("li").hover(function(){
$(this).addClass("ho");
},
function(){
$(this).removeClass("ho");
});
$("li").click(function(){
$(this).removeClass("ho").addClass("xiaoshi").siblings().removeClass("xiaoshi");
});
})
/script
style type="text/css"
li{background-color:#099; float:left; width:50px; height:25px; margin-left:1px; list-style:none;}
.xiaoshi{background-color:#...[ 查看全文 ]

2016-02-19 标签:

jquery 简单导航实现代码的相关文章

手机页面
收藏网站 回到头部