See more plugins

Sliding Submenu Demo


Changelog

Version 1.1

  • Fixed error in ie7
  • Added animation speed as a setting
  • Added hide on mouseover as a setting, this requires an outer container to be added.

Download Page

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
  });
});