国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

javascript - Why can't I input using idangerous.js input?
typecho
typecho 2017-06-12 09:29:27
0
1
815

There is no response when clicking the input box, and the keyboard is not called. There is no problem on the PC side

//全屏滾動
var mySwiper = new Swiper('.swiper-container',{
pagination: '.pagination',
    mode: 'vertical',
    onSlideChangeStart: function(swiper){
        //動畫
        var curpage = mySwiper.activeIndex;
        if(!$(".slide"+curpage).hasClass("slide"+curpage+"-show")){
          $(".slide"+curpage).addClass("slide"+curpage+"-show");
        }
        $(".slide"+(curpage-1)).removeClass("slide"+(curpage-1)+"-show");
        $(".slide"+(curpage+1)).removeClass("slide"+(curpage+1)+"-show");
    }
})
  
  js初始化之后就不能輸入了
typecho
typecho

Following the voice in heart.

reply all(1)
洪濤

Blocked. . . . . Why is there no problem with the PC? It’s strange. . . .

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template