1
有人能幫我嗎?它可能是一些簡單的我俯瞰:簡單的jquery draggable不適合我嗎?
<script src="http://jqueryui.com/ui/jquery.ui.core.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.widget.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.mouse.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.draggable.js"></script>
<script>
$(function() {
$("#draggable").draggable();
});
</script>
<div id="draggable" class="ui-widget-content"
style="position:absolute;width:150px;height:210px;left:2%;top:40%;background-color:#eeeeee;border-radius:12px;border:solid 1px black;font-size:17px;text-align:center">
</div>
http://jqueryui.com/demos/draggable/#default
哇,謝謝,我從來沒有抓住這些粗心的錯誤讓自己驚訝!我需要睡覺哈哈...... – 2012-04-07 15:20:40
錯,你需要咖啡。 =) – 2012-04-07 15:21:08