2015-01-23 11 views
0

IE7에서 작동하지Jssor 슬라이더, 콘솔 프로그램 오류 다음 내가 IE 7에 Jssor 슬라이더에 문제가있어 GetComputedStyle

if (data.url == 'pdf' || data.url == 'articulo'){ 
         var isiPad = navigator.userAgent.match(/iPad/i) != null; 
         var drag = 0; 
         if (isiPad == true || document.getElementById('index-movil')){ 
          drag = 1; 
         } 
          var options = { 
           $DragOrientation: drag,        //[Optional] Orientation to drag slide, 0 no drag, 1 horizental, 2 vertical, 3 either, default value is 1 (Note that the $DragOrientation should be the same as $PlayOrientation when $DisplayPieces is greater than 1, or parking position is not 0) 
           $Loop: false, 
           $ArrowNavigatorOptions: {      //[Optional] Options to specify and enable arrow navigator or not 
            $Class: $JssorArrowNavigator$,    //[Requried] Class to create arrow navigator instance 
            $ChanceToShow: 2,        //[Required] 0 Never, 1 Mouse Over, 2 Always 
            $AutoCenter: 0,         //[Optional] Auto center arrows in parent container, 0 No, 1 Horizontal, 2 Vertical, 3 Both, default value is 0 
            $Steps: 1          //[Optional] Steps to go for each navigation request, default value is 1 
           } 
          }; 



         var jssor_slider1 = new $JssorSlider$("slider1_container", options);} 

크롬, 파이어 폭스와 사파리 완벽하게 작동

감사합니다 ...

+0

해당 문제는 없습니다. 가능한 경우 여기에 코드를 게시하십시오. – jssor

+0

답장을 보내 주셔서 감사합니다. 코드로 내 게시물을 편집하십시오. –

답변

0

코드를 테스트했는데 정상적으로 작동합니다. 어쩌면 최신 버전을 사용하고 있지 않을 수도 있습니다.

Btw의 경우 $ Loop을 false 대신 0으로 설정할 수 있습니다.

$ 루프 : 회전 목마 여부, 0의 루프 (순환)을 사용 : 1 중지 : 루프, 2 되감기, 기본값은 1

참조 : http://www.jssor.com/development/reference-options.html

+0

답장을 보내 주셔서 감사합니다.하지만 마지막 버전을 사용하고 있습니다. 또한 루프를 변경 했으므로 작동하지 않습니다. –

+0

jssor.js + jssor.slider.js를 사용하여 정확한 문제점을 확인하십시오. – jssor

0

I했습니다 내 문제를 해결할 수 , jssor.slider.min.js (적은 IE9에서만 작동합니다.) GetComputedStyle을 currentStyle로 변경했습니다.