当前路径: 星河码客 » 插件特效 » jquery鼠标悬浮当前列表显示图片的特效

jquery鼠标悬浮当前列表显示图片的特效

$.fn.extend({ AdAdvance:function(){ var listobj=this; var objs =$('dt',this); var view =objs.length-1;//parseInt( Math.random()*objs.length); objs.each(function(i){ $(this).mouseover(function(){ $('dd',listobj).hide();$('.dropList-hover',listobj).attr("class",""); $(this).children("p").attr("class","dropList-hover");$(this).next().show()}) if(i!=view) { $(this).next().hide(); } else { $(this).next().show(); $(this).children("p").attr("class","dropList-hover"); } }); }});

jquery鼠标悬浮当前列表显示图片的特效

在线演示        积分下载        6毛下载        砍两刀下载       

文件目录······
暂无数据
 猜你喜欢 更多»
 工具推荐 更多»