2012-08-11 77 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> 
相關問題