gpt4 book ai didi

javascript - Jquery-ui 可调整大小的插件不起作用

转载 作者:行者123 更新时间:2023-11-30 18:26:13 24 4
gpt4 key购买 nike

我究竟做错了什么?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Draggable crop</title>
<script type="text/javascript" src="/scripts/jquery.js"></script>
<script type="text/javascript" src="/scripts/jquery.ui.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.image_outline').resizable();
});
</script>

<style type="text/css">
.image_outline {
border: dashed 1px #000;
width: 300px;
height: 200px;
}
</style>
</head>

<body>
<div class="image_outline"></div>
</body>
</html>

这是 jsfiddle 上的代码:http://jsfiddle.net/dAHt8/

为什么可调整大小的插件不能使 div 可调整大小?

最佳答案

添加正确的 CSS 链接后工作正常:

jsFiddle example .

对于那个 jsFiddle,我链接到托管的 jQuery UI CSS:http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/ui-lightness/jquery-ui.css

关于javascript - Jquery-ui 可调整大小的插件不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10742980/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com