陳沛鴻 nivoSlider

From 2014hs.igem.org

Revision as of 14:25, 4 May 2014 by F91445122 (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$(window).load(function() {

               $('#slider').nivoSlider({
                   controlNavThumbs:true,

controlNavThumbsFromRel:true, directionNav:false, // Next and Prev keyboardNav:true, // Use left and right arrows pauseOnHover:true // Stop animation while hovering

               });
           });