2013-04-21 7 views
-2

작동하지 않음이Flexslider가

<script type="text/javascript"> 
    $(window).load(function() { 
     $('.flexslider').flexslider({ 
      animation: "fade" 
     }); 
     $().UItoTop({ easingType: 'easeOutQuart' }); 
    });  
</script> 
+1

유는 –

+0

예, 우리에게 오류를 알려주세요 직면 어떤 오류 언급 해주십시오. 그리고 어쩌면 당신의 HTML을 게시할까요? jQuery와 flexslider css 및 js 파일을 가져 오시겠습니까? –

+0

또한, UItoTop 플러그인없이 문제가 flexslider와 관련이 있는지 확인하기 위해 UItoTop 플러그인없이 실행 해 보셨습니까? –

답변

1

모든 것이 나를 위해 잘 작동 코드입니다, 내 예에 필요한 모든 자원을 포함했다 확인하시기 바랍니다 있습니다

  1. 분명히 jQuery를 (1.9.1 하지만 슬라이더에 의해 사용되는 이미지의
  2. 존재도 이전 및 최신 버전)
  3. 관련 스크립트와 CSS를 시도

스크립트 :

<script type='text/javascript' src="http://flexslider.woothemes.com/js/jquery.flexslider.js"></script> 
<script type='text/javascript' src="http://flexslider.woothemes.com/js/jquery.easing.js"></script> 
<script type='text/javascript' src="http://flexslider.woothemes.com/js/jquery.mousewheel.js"></script> 
<script type='text/javascript' src="http://lab.mattvarone.com/projects/jquery/totop/js/jquery.ui.totop.js"></script> 

CSS는 :

<link rel="stylesheet" type="text/css" href="http://flexslider.woothemes.com/css/flexslider.css"> 
<link rel="stylesheet" type="text/css" href="http://lab.mattvarone.com/projects/jquery/totop/css/ui.totop.css"> 

근무 바이올린 : http://jsfiddle.net/IrvinDominin/cusuy/

관련 문제