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://codercto.com/soft/d/21707.html

We Are the Nerds

We Are the Nerds

Christine Lagorio-Chafkin / Hachette Books / 2018-10-2 / USD 18.30

Reddit hails itself as "the front page of the Internet." It's the third most-visited website in the United States--and yet, millions of Americans have no idea what it is. We Are the Nerds is an eng......一起来看看 《We Are the Nerds》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具