2012-08-11 37 views

回答

0

首先下载压缩代码,其中包括从HERE

例子可以更改初始化插件时,你想要的选项。他们都一一列出并解释HERE

更改选项/设置你的页面上初始化脚本时,像这样做:

<script type="text/javascript"> 
    $(document).ready(function() { 
     $("div#makeMeScrollable").smoothDivScroll({ 
      // Copy and paste your settings in here for example.. 
      hotSpotScrolling: false, 
      visibleHotSpotBackgrounds: "always" 
     }); 
    }); 
</script> 
相关问题