jMenu demonstration

Change options

(width of the columns)

(Time before opening menu when the mouse hover it)

(Time before closing menu when the mouse leaves it)

 - -  (Animated links on the hover)

Opening Options
 - -   - -  (all UI effects availables)

Close Options
 - -   - -  (all UI effects availables)

(jMenu open when clicking or hovering ?)Added in v1.8

JS code

<!-- JS to add -->
<script type="text/javascript">
  $(document).ready(function(){
    $("#jMenu").jMenu({
      openClick : false,
      ulWidth : 'auto',
      effects : {
        effectSpeedOpen : 300,
        effectSpeedClose : 300,
        effectTypeOpen : 'slide',
        effectTypeClose : 'slide',
        effectOpen : 'linear',
        effectClose : 'linear'
      },
      TimeBeforeOpening : 100,
      TimeBeforeClosing : 400,
      animatedText : false,
      paddingLeft: 1
    });
  })
</script>

How can you help us ?

If you love our work, you can show us your admiration by having a look on the ads, free for you, good for us =).THANKS !