jQuery水平下拉菜单插件 jdMenu

码农软件 · 软件分类 · jQuery菜单 · 2019-12-22 13:43:12

软件介绍

jdMenu 为 jQuery 提供了一个简单、易用的水平下拉菜单功能。

示例代码:

// $(document).ready(...);
$(function(){
$('ul.jd_menu').jdMenu();
// Add menu hiding on document click
$(document).bind('click', function() {
$('ul.jd_menu ul:visible').jdMenuHide();
});
});

...

<ul class="jd_menu">
<li>Search Engines &raquo;
<ul>
<li><a target="_blank" rel="nofollow" href="http://www.google.com" target="_blank">Google</a></li>
<li><a target="_blank" rel="nofollow" href="http://www.yahoo.com" target="_blank">Yahoo!</a></li>
<li><a target="_blank" rel="nofollow" href="http://www.altavista.com" target="_blank">AltaVista</a></li>
</ul>
</li>
<li>Google Products
<ul>
<li>Search &raquo;
<ul>
<li><a target="_blank" rel="nofollow" href="http://base.google.com" target="_blank">Base</a></li>
<li><a target="_blank" rel="nofollow" href="http://code.google.com" target="_blank">Code</a></li>
<li><a target="_blank" rel="nofollow" href="http://images.google.com" target="_blank">Images</a></li>
</ul>
</li>
<li><a target="_blank" rel="nofollow" href="http://www.gmail.com" target="_blank">GMail</a></li>
</ul>
</li>
</ul>

本文地址:https://www.codercto.com/soft/d/21707.html

Visual Thinking

Visual Thinking

Colin Ware / Morgan Kaufmann / 2008-4-18 / USD 49.95

Increasingly, designers need to present information in ways that aid their audiences thinking process. Fortunately, results from the relatively new science of human visual perception provide valuable ......一起来看看 《Visual Thinking》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具