jquery-resize について読んでいますhttp://jqueryui.com/resizable/ 3 つの div タグと 1 つの iframe を含む html ページがあります。
<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 のサイズを変更できるようにしたいのですが、どうすればよいですか?助けてくれてありがとう