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.

代码整理:时代Java

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

下载代码说明
X关闭

jquery横向动态滑动导航菜单插件

一个水平方向可以滑动的动态导航菜单代码,多个插件共同实现的效果