サイズ変更可能なjQuery UIを読みました。その後、私はコードを使用し、成功を収めた。しかし、今私はラインの "オプション"を理解していないjQuery UIのサイズ変更のオプション
$(".selector").resizable({ handles: 'n, e, s, w' });
Get or set the handles option, after init.
//getter
var handles = $(".selector").resizable("option", "handles");
//setter
$(".selector").resizable("option", "handles", 'n, e, s, w');
どのようなオプションです。最後に最後の行$(".selector").resizable("option", "handles", 'n, e, s, w');
。
大変申し訳ありませんが、あなたが話していることの手掛かりはありません。あなたは具体的な質問をしてくださいできますか? – Connum