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

Distributed Systems

Distributed Systems

Sukumar Ghosh / Chapman and Hall/CRC / 2014-7-14 / USD 119.95

Distributed Systems: An Algorithmic Approach, Second Edition provides a balanced and straightforward treatment of the underlying theory and practical applications of distributed computing. As in the p......一起来看看 《Distributed Systems》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

SHA 加密
SHA 加密

SHA 加密工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器