未捕获的TypeError:jQuery(...)。show(...)。revolution不是函数

时间:2019-04-13 07:01:27

标签: javascript jquery

我收到此错误

未捕获的TypeError:jQuery(...)。show(...)。revolution不是  功能

jQuery('.tp-banner').show().revolution({
    dottedOverlay:"none",
    delay:7000,
    startwidth:1200,
    startheight:700,
    navigationType:"bullet",
    navigationArrows:"solo",
    navigationStyle:"preview3",
    parallax:"mouse",
    parallaxBgFreeze:"on",
    parallaxLevels:[7,4,3,2,5,4,3,2,1,0],                                               
    keyboardNavigation:"on",                        
    shadow:0,
    fullWidth:"on",
    fullScreen:"off",
    shuffle:"off",                      
    autoHeight:"off",                       
    forceFullWidth:"off",   
    fullScreenOffsetContainer:""    
 });

0 个答案:

没有答案