0
在jQuery中,如何讓mousedown()事件觸發可調整大小的框功能?類似的想法是裁剪。您點擊圖片並拖動鼠標,它會根據您選擇的尺寸創建一個框。在jQuery中,如何讓mousedown()事件觸發可調整大小的框功能?
$("div").mousedown().resizeable();
或
$("div").mousedown(function(){ $("div").resizeable()}
在jQuery中,如何讓mousedown()事件觸發可調整大小的框功能?類似的想法是裁剪。您點擊圖片並拖動鼠標,它會根據您選擇的尺寸創建一個框。在jQuery中,如何讓mousedown()事件觸發可調整大小的框功能?
$("div").mousedown().resizeable();
或
$("div").mousedown(function(){ $("div").resizeable()}
你是否真的像圖像裁剪,像這樣? http://www.webresourcesdepot.com/jquery-image-crop-plugin-jcrop/或其他用途的其他用途? – 2010-07-01 21:59:37