我无法在 jquery mobile 的轮播中看到我的立方体......没有轮播,立方体动画效果很好......
工作代码 http://jsfiddle.net/SV8CM/2/embedded/result/
小提琴中的错误......不工作 http://jsfiddle.net/yxhzU/5132/
如何解决?我的代码如下:
<ul id="carousel1" style="display: none;">
<li>
<div style="width: 100%; height: 100%; background-color:#381;">
<div class="span5" style="margin-left: 97px; width: 493px;">
<div class="melonhtml5_gallery">
<div data-caption="<a style='margin-left: 92px; font-size: 18px; color: grey;' href='http://www.w3schools.com/' >Create</a> <div> <a style='margin-left: 92px; font-size: 18px; color: grey;' >View/Edit</a> </div> <a style='margin-left: 92px; font-size: 18px; color: grey;' >Labels</a>" data-image="http://www.defie.co/designerImages/inventoryControl.png"></div>
</div>
</div>
</li>
<li>
<div style="width: 100%; height: 100%; background-color:#837;">
<div class="span5" style="margin-left: 65px; width: 493px;">
<div class="melonhtml5_gallery">
<div data-caption="" data-image="http://www.defie.co/designerImages/png/accPayable.png"></div>
</div>
</div>
</div>
</li>
</ul>
下面的jquery代码
(function($) {
$("#carousel1").carousel();
$("#carousel2").carousel({direction: "vertical"});
})(jQuery);