当前路径: 星河码客 » 插件特效 » jquery导航栏样式鼠标悬停二级下拉菜单代码

jquery导航栏样式鼠标悬停二级下拉菜单代码

$(".main-navigation li").hover(function(){ var itemwidth = $(this).width(); /* Getting the LI width */ $(this).prepend("

"); /* Inserting a blank div into within li above the tag*/ $(this).find("div").fadeIn('10000').css({ 'width' : itemwidth}); /* Using the itemwidth for the div to display properly*/ $(this).find("ul").fadeIn('1000').slideDown('10000').css("display", "block"); },function(){ $(this).find("div").slideUp('1000').fadeOut('1000');/* sliding up and fading out the hover div */ $(this).find("div").remove();/* removing the
code from html at every mouseout event*/ $(this).find("ul").fadeOut('1000'); /* fading out the sub menu */ }); $(".search-input").focus(function(){ $(this).animate({width:'180px'}, 500); /* on focus, increasing the input width of search to left side*/ }); $(".search-input").focusout(function(){ $(this).animate({width:'117px'}, 500); /* on focus, decreasing the input width of search to left side*/ });

jquery导航栏样式鼠标悬停二级下拉菜单代码

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

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