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);}
크롬, 파이어 폭스와 사파리 완벽하게 작동
감사합니다 ...
해당 문제는 없습니다. 가능한 경우 여기에 코드를 게시하십시오. – jssor
답장을 보내 주셔서 감사합니다. 코드로 내 게시물을 편집하십시오. –