我的目标是,使盒子可以调整大小,这不起作用(在Firefox和Chrome中都不行)。使它可拖动工作完美。但是,在jsfiddle中,此代码甚至适用于可调整大小(稍加修改)。这有什么不对?
<head>
<script src="http://code.jquery.com/jquery-1.6.2.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.js" type="text/javascript"></script>
<script type="text/javascript">
function init() {
$("#box").resizable();
$("#box").draggable();
}
</script>
</head>
<body onload="init()">
<div id="box" style="border:1px dashed red;width:42mm;height:30mm;">Text</div>
</body>
答案 0 :(得分:0)
Resizable需要一个主题,句柄是需要提供的图像。尝试添加此
$image_options