为了账号安全,请及时绑定邮箱和手机立即绑定

选项卡切换效果如何用jQuery实现,使用each函数?

 window.onload=function(){

        var titles = $("#list").find("li");

        var news = $("#news").find("div");

//alert("tiltleschangdu"+titles.length+"newschangdu"+news.length);

 

 

 }


正在回答

2 回答

$("#notice-tit li").on("mouseover",function () {
$("#notice-tit li").removeClass("select");
$(this).addClass("select");
var divId = $(this).attr("data-target");
$(".mod").hide();
$("#"+divId).show();

在html中的notice-tit中加入data-target属性,值与notice-con下div的ID相同

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

选项卡切换效果如何用jQuery实现,使用each函数?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信