Jquery ui droppable包含来自数据库的元素不起作用

时间:2013-04-19 11:25:02

标签: jquery jquery-ui-draggable jquery-ui-droppable

更新:JSFIDDLE正在工作:@而不是我的项目:@可能是我在重新创建的代码中做错了

我有一个关于droppables的简单问题

这是链接http://jqueryui.com/droppable/#photo-manager

如果您将项目拖到垃圾箱,它会追加它..这很好用,但如果从包含附加html的数据库中取出的垃圾桶中有元素,即

<ul class="gallery ui-helper-reset"><li class="ui-widget-content ui-corner-tr ui-draggable" style="display: list-item; width: 48px;">
        <h5 class="ui-widget-header">High Tatras 2</h5>
        <img width="96" height="72" alt="The chalet at the Green mountain lake" src="images/high_tatras2_min.jpg" style="display: inline-block; height: 36px;">
        <a class="ui-icon ui-icon-zoomin" title="View larger image" href="images/high_tatras2.jpg">View larger</a>

    <a class="ui-icon ui-icon-refresh" title="Recycle this image" href="link/to/recycle/script/when/we/have/js/off">Recycle image</a></li></ul>**strong text**

现在他们甚至不拖,如果我想回收它们以便他们可以回去,我不能那样做......

http://jsfiddle.net/shobz/Wr8mt/2/我添加了我正在使用的示例链接... 你会看到添加了ul li的垃圾,现在我希望它像其他droppables一样工作......

请帮帮我...谢谢:)

0 个答案:

没有答案