Submit your widget

Horizontal Sliding Submenu jQuery plugin

Created 13 years ago   Views 18761   downloads 3066    Author justjquery
Horizontal Sliding Submenu jQuery plugin
View DemoDownload
119
Share |

a horizontal sliding submenu. Has a couple of options and the appearance can be modified in the css.

Slide Submenu requires:

  1. jQuery library
  2. hoverIntent plugin
  3. Slide Subnav plugin

Example code to load the plugin and settings

$(function(){
  $.slidenav({
    animspeed: 'medium', //Any of the stanard jQuery animation speed variables, 'medium' by default
    hideonout: 'true' //Either true or false, 'true' by default
  });
});