Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/81.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 在移动视图中,证明性狂欢不起作用_Javascript_Jquery_Responsive Design_Carousel_Jquery Slider - Fatal编程技术网

Javascript 在移动视图中,证明性狂欢不起作用

Javascript 在移动视图中,证明性狂欢不起作用,javascript,jquery,responsive-design,carousel,jquery-slider,Javascript,Jquery,Responsive Design,Carousel,Jquery Slider,我正在用一个狂欢的滑块来制作这个纪念部分 <script> $(document).ready(function(){ $('.related_posts').bxSlider({ slideWidth: 350, minSlides: 1, maxSlides: 2, slideMargin: 10 }); }); </script> $(文档).ready(函数(){ $('.related_posts').bxSlider({ 滑动宽度:350, 米斯利德

我正在用一个狂欢的滑块来制作这个纪念部分

<script>
$(document).ready(function(){
$('.related_posts').bxSlider({
slideWidth: 350,
minSlides: 1,
maxSlides: 2,
slideMargin: 10
});
});  
</script>

$(文档).ready(函数(){
$('.related_posts').bxSlider({
滑动宽度:350,
米斯利德斯:1,
maxSlides:2,
幻灯片摘要:10
});
});  
html:

<ul class="related_posts wp_rp"><li><div class="message">

                We were able to go live with our product launch much before our estimated timeline and surprisingly without any bugs. We attribute this majorly to testbytes active involvement and efforts. Thanks Shaks. We’ll definitely recommend them to anyone.
            </div>

        <!-- CLIENT INFORMATION -->

        <div class="client">

            <div class="quote red-text">

                <i class="icon-fontawesome-webfont-294"></i>

            </div>

            <div class="client-info">

                <a class="client-name" target="_blank" href="http://www.flightspeak.net/">Leo Osahor</a>


                                    <div class="client-company">

                    Founder &amp; CEO
                </div>

            </div>


                      </div></li><li>
        <div class="message">

                testbytes knows its job very well. They helped me on few challenging projects and their attention to detail is remarkable. Another big asset is their flexibility that helped us meet our deadlines. testbytes follows stringent quality processes that ensures best quality software is delivered on time, highly professional team and I continue to come back to them always.
            </div><div class="client">

            <div class="quote red-text">

                <i class="icon-fontawesome-webfont-294"></i>

            </div>

            <div class="client-info">

                <a class="client-name" target="_blank" href="http://www.3rconnect.com">TajHaslani</a>


                                    <div class="client-company">

                    CEO
                </div>

            </div>
  • 我们能够在预计的时间线之前就开始产品发布,令人惊讶的是没有任何bug。我们把这主要归因于积极的参与和努力。谢谢你,沙克斯。我们一定会推荐给任何人。 方正;首席执行官
  • testbytes非常了解它的工作。他们在一些富有挑战性的项目上帮助了我,他们对细节的关注也非常出色。另一大优势是他们的灵活性,这有助于我们在截止日期前完成任务。testbytes遵循严格的质量流程,确保最优质的软件按时交付,高度专业化的团队,我会一如既往地回到他们身边。 首席执行官

滑块在桌面视图中工作正常。但在移动设备中试用时,它在横向模式下工作,但在纵向模式下不工作

<script>
$(document).ready(function(){
$('.related_posts').bxSlider({
slideWidth: 350,
minSlides: 1,
maxSlides: 2,
slideMargin: 10
});
});  
</script>

请告诉我哪里出了问题。

我检查过了。。。。它正在工作签入手机时项目符号不工作()打开此链接并签入手机视图,但在testbytes中它不工作。NET您正在哪个浏览器中测试它?