此页面为【导航栏html插件源码】效果演示页面,您可以选择


访问A8源码网下载更多免费源码|返回导航栏html源码目录-下载该插件源码

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.

代码整理:A8源码之家

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