Simple jQuery cxMenu accordion navigation, jquerycxmenu

Source: Internet
Author: User

Simple jQuery cxMenu accordion navigation, jquerycxmenu

  • Version:
  • JQuery v1.7 +
  • JQuery cxMenu v1.2
  • Note:
  • The system automatically determines whether sub-navigation exists. If yes, the link is not triggered. If no sub-navigation exists, the link is triggered.

Instance Preview

How to load JavaScript files
<script src="jquery.js"></script> <script src="jquery.cxmenu.js"></script> 

  

CSS style structure

You can set other styles unless necessary.

/* Slide Navigation */. menu {}. menu> li {}. menu> li. selected {}/* selected style in the first-level Navigation */. menu ul {display: none;}/* Hide sub-Navigation */. menu ul> li {}. menu ul> li. selected {}/* style selected in subnavigation */

  

DOM Structure
<Ul id = "element_id"> <li> Level 1 title <ul> <li> Level 2 Title <ul> <li>... <ul> <li> N-level title </li>

  

Call cxMenu
$('#element_id').cxMenu();

  

Parameter description
Name Default Value Description
Events 'Click' Trigger button events
SelectedClass 'Selected' Class added when expansion
Speed 600 Switching speed (MS)
Only True Expand only one navigation

 

Download

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.