As your website grows, so does the need for better navigation and sometimes the navigation becomes the driving force for better user experience. jQSimpleMenu is a multi-level hierarchical jQuery drop down menu that helps you add drop down menu in your website without writing a single line of code.
Using jQSimpleMenu
In your HTML file add the following in the head section.
- Add a reference to latest jQuery script
- Add a reference to jqsimplemenu.js file
- Add a reference to jqsimplemenu.css file
Add the HTML markup for your menu with in the body of HTML document, assign some id or class to main UL and call jQSimplemenu initializer function.
<ul class="jq-menu">
<li><a href="http://www.egrappler.com">Home</a></li>
<li><a href="http://www.egrappler.com/about">About</a></li>
<li><a href="#">Services </a>
<ul>
<li><a href="#">Sofware Development</a>
<ul>
<li><a href="#">Web Apps</a></li>
<li><a href="#">Widgets</a>
<ul>
<li><a href="#">jQuery Plugins</a></li>
<li><a href="#">Asp.NET Controls</a></li>
<li><a href="#">Salesforce Integration</a> </li>
</ul>
</li>
</ul>
</li>
<li><a href="#">Interface Design</a></li>
<li><a href="#">Technical Writing</a></li>
<li><a href="#">Resume Writing</a></li>
</ul>
</li>
<li><a href="#">Portfolio</a>
<ul>
<li><a href="#">Web Appliations</a></li>
<li><a href="#">SaaS</a></li>
<li><a href="#">Windows Applications</a></li>
<li><a href="#">Mobile Applications</a></li>
<li><a href="#">Server Applications</a> </li>
</ul>
</li>
<li><a href="http://www.egrappler.com">Blog</a></li>
<li><a href="http://www.egrappler.com">Contact</a></li>
</ul>
<script type="text/javascript">
$(document).ready(function() {
$('.jq-menu').jqsimplemenu();
});
</script>


Pingback: 转载-30个漂亮的jquery效果欣赏-爱果果 | iluther-专注web技术
30/10/2012 @ 3:17 pm
thank u very munch.
Pingback: 2012年30个新鲜和杰出的jQuery的效果摘要 | 我们爱网页设计
Pingback: 40个新鲜出炉的 jQuery 插件和免费教程 | 异度小站
Pingback: 40 Fresh jQuery Plugins And Tutorials Available For Free | pixelpush design
Pingback: Leveraging jQuery scripts and CSS3 in your Online Help #techcomm | Ed Marsh dot com
Pingback: Hiệu ứng jQuery nổi bật năm 2012 « share2vn
Pingback: Fast and Simple Links Box Navigation Menu: BoxyMenu | TEKNQ
Pingback: Multi Level Hierarchical jQuery Menu: jQSimpleMenu | TEKNQ
Pingback: Novos Plugins jQuery úteis e Tutoriais | Site para Empresas – Blog sobre Internet e Criação de Site
Pingback: jQSimple Menu – Çoklu Açılır Menü | Sedat Kumcu
Pingback: All About jQuery: Fresh and Useful jQuery Plugins and Tutorials | StevenCodes
Pingback: Membuat Menu Bertingkat dengan JQuery jQSimpleMenu dari Achmatim.Net
Pingback: All About jQuery: Fresh and Useful jQuery Plugins and Tutorials
24/02/2012 @ 11:37 am
Hey thanks nice work . very helpful post published i like use it on my webpage real spice of jquery to collection in web design .
Pingback: Fast and Simple Links Box Navigation Menu: BoxyMenu | EGrappler
10/11/2011 @ 1:40 pm
I have a problem with that plugin. There is a problem with animation and background-color. If the menu has background color set animation is not working. how can i fix it?