我正在阅读有关 jquery-resize http://jqueryui.com/resizable/的信息 我有 html 页面,其中包含 3 个 div 标签和 1 个 iframe - 比如
<link rel="stylesheet" type="text/css" href="/static/reset.css" />
<body class="site">
<div id="mytag1">
<iframe src="/some/path/" scrolling="no" frameborder="0"></iframe>
</div>
<div id="mytag2">
<div id="mytag3">
</div>
</div>
</body>
</html>
我想允许用户调整包含在 div-id#mytag1 中的 iframe 的大小如何做到这一点?感谢任何帮助