猫头鹰滑块改变img src打破了滑块

时间:2014-09-16 01:56:13

标签: javascript jquery css slider

有人告诉我为什么this有效,而不是this。我错过了一些至关重要的东西吗?

我只将img src更改为不同的网址

1 个答案:

答案 0 :(得分:1)

您只需稍微整理一下HTML:

<div id="owl-demo" class="owl-carousel">
    <div>
        <img src="http://img1.wikia.nocookie.net/__cb20130207094959/gundam/images/thumb/e/e6/HG_-_Perfect_Strike_Gundam_Box_Art.jpg/1024px-HG_-_Perfect_Strike_Gundam_Box_Art.jpg" alt="" />
        <img src="http://img1.wikia.nocookie.net/__cb20130207094959/gundam/images/thumb/e/e6/HG_-_Perfect_Strike_Gundam_Box_Art.jpg/1024px-HG_-_Perfect_Strike_Gundam_Box_Art.jpg" alt="" />
    </div>
    <div>
        <img src="http://img1.wikia.nocookie.net/__cb20130207094959/gundam/images/thumb/e/e6/HG_-_Perfect_Strike_Gundam_Box_Art.jpg/1024px-HG_-_Perfect_Strike_Gundam_Box_Art.jpg" alt="" />
        <img src="http://img1.wikia.nocookie.net/__cb20130207094959/gundam/images/thumb/e/e6/HG_-_Perfect_Strike_Gundam_Box_Art.jpg/1024px-HG_-_Perfect_Strike_Gundam_Box_Art.jpg" alt="" />
    </div>
    <div>
        <img src="http://img1.wikia.nocookie.net/__cb20130207094959/gundam/images/thumb/e/e6/HG_-_Perfect_Strike_Gundam_Box_Art.jpg/1024px-HG_-_Perfect_Strike_Gundam_Box_Art.jpg" alt="" />
        <img src="http://img1.wikia.nocookie.net/__cb20130207094959/gundam/images/thumb/e/e6/HG_-_Perfect_Strike_Gundam_Box_Art.jpg/1024px-HG_-_Perfect_Strike_Gundam_Box_Art.jpg" alt="" />
    </div>
    <div>
        <img src="http://img1.wikia.nocookie.net/__cb20130207094959/gundam/images/thumb/e/e6/HG_-_Perfect_Strike_Gundam_Box_Art.jpg/1024px-HG_-_Perfect_Strike_Gundam_Box_Art.jpg" alt="" />
        <img src="http://img1.wikia.nocookie.net/__cb20130207094959/gundam/images/thumb/e/e6/HG_-_Perfect_Strike_Gundam_Box_Art.jpg/1024px-HG_-_Perfect_Strike_Gundam_Box_Art.jpg" alt="" />
    </div>
</div>
相关问题