循环终止;选择器找到的零元素

时间:2014-03-21 14:39:14

标签: jquery

我正在使用jQuery滑块,并且我不断收到“错误加载图片”消息,尽管在我点击'okay'后滑块加载完全正常。

我相信问题的答案在这里:jQuery Cycle Plugin (zero element?)但是对我来说这对我来说都是新的,我并不真正理解这一切是什么意思,或者实际上我如何能够利用它。

这是我发现的导致问题的原因:

jQuery(document).ready(function () {
    jQuery(".container").wtListRotator({
        screen_width: 600,
        screen_height: 300,
        item_width: 250,
        item_height: 75,
        item_display: 4,
        list_align: "left",
        scroll_type: "none",
        auto_start: true,
        delay: 5000,
        transition: "v.slide",
        transition_speed: 800,
        easing: "",
        auto_center: true,
        display_playbutton: true,
        display_number: false,
        display_timer: false,
        display_arrow: true,
        display_thumbs: true,
        display_scrollbar: true,
        mouseover_select: false,
        pause_mouseover: false,
        cpanel_mouseover: false,
        text_mouseover: false,
        text_effect: "fade",
        text_sync: true,
        cpanel_align: "TR",
        timer_align: "bottom",
        move_one: false,
        auto_adjust: true,
        shuffle: true,
        play_once: false,
        mousewheel_scroll: true,
        touch_swipe: false,
        block_size: 75,
        vert_size: 50,
        horz_size: 50,
        block_delay: 35,
        vstripe_delay: 90,
        hstripe_delay: 180
    });
});

非常感谢任何帮助。

<div class="container" width:900px;>
    <div class="l-rotator">
        <div class="screen">

        </div>
        <div class="thumbnails" style="left:30px;">
            <ul>
                <li>
                    <div class="thumb">
                        <img src="/wp-content/uploads/2014/03/GME-icon1.png" alt=""/>
                        <p><span class="title">GM Electrical</span><br/>NIC EIC Registered Electrician.</p>
                  </div>
                <a href="/wp-content/uploads/2014/03/GME-slider-image.png"></a>
                    <a href="/listing/gm-electrical/" target="_blank"></a>                        
                    <div style="top:10px; left:20px; width:550px; height:70px;">
                        <h1>GM Electrical</h1>
                       NIC EIC registered Electrician with over 30 years experience providing high quality, competitively priced services.
                    </div>                                       
                </li>
                <li>
                    <div class="thumb">
                        <img src="/wp-content/uploads/2014/03/become-listed-icon.png" alt=""/>
                        <p><span class="title">Front Page Listing!</span><br/>Get listed on the front page!</p>
                  </div>
                <a href="/wp-content/uploads/2014/03/Become-listed-2.png"></a>

                                       <div class = "become-listed-button" style="background-color: transparent;">
                    <a href="/add-listing/#my1" style=" display: block; color: rgba(255, 255, 255, 1); font-family: advent; font-size: 25px; font-weight: bolder; text-align: center; padding: 12px 8px; text-decoration: none;">Click here to find out more!</a>
                    </div>                    
                </li>
                <li>
                    <div class="thumb">
                        <img src="/wp-content/uploads/2014/03/Berkshire-Sparks-icon.png" alt=""/>
                        <p><span class="title">Berkshire Sparks</span><br/>Qualified Electrician In Reading|24h Emergency Call Out|</p>
                  </div>
                <a href="/wp-content/uploads/2014/03/Berkshire-Sparks-slider-image.png"></a>
                    <a href="/listing/qualified-electrician-in-reading-berkshire-sparks-24h-emergency-call-out/" target="_blank"></a>
                    <div style="top:10px; left:20px; width:350px; height:0;">
                        <h1>Berkshire Sparks</h1>
                        Qualified Electrician In Reading | Berkshire Sparks | 24h Emergency Call Out |
                    </div>    
                </li>
                <li>
                    <div class="thumb">
                        <img src="/wp-content/uploads/2014/03/My-Graphic-icon.png" alt=""/>
                        <p><span class="title">My Graphic</span><br/>Custom Printing Solutions.</p>
                  </div>
                <a href="/wp-content/uploads/2014/03/My-Graphic-slider-image.png"></a>
                    <a href="/listing/t-shirt-printing-mugs-hats-custom-cake-prints-apple-devices-all-garments/" target="_blank"></a>
                    <div style="top:10px; left:260px; width:325px; height:0;">
                        <h1>My Graphic</h1>
                       T Shirt Printing | Mugs | Hats | Custom Cake Prints | Apple Devices | All Garments |
                    </div>                  
                </li> 
            </ul>
        </div>     
    </div>
</div>

0 个答案:

没有答案