我已閱讀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 2012-01-11 12:37:51