Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/78.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
jQueryUI-自定义句柄不工作_Jquery_Jquery Ui_User Interface_Resize - Fatal编程技术网

jQueryUI-自定义句柄不工作

jQueryUI-自定义句柄不工作,jquery,jquery-ui,user-interface,resize,Jquery,Jquery Ui,User Interface,Resize,我知道在这方面有一些问题,但从我所能看到的来看,我做的是正确的。唉,没有快乐 //create and append custom resize (SE) handle asset.append($('<button />', {text: 'L'}).addClass('ui-resizable-handle ui-resizable-se')); //give asset resizability asset.resizable({handles: {se: '.ui-resi

我知道在这方面有一些问题,但从我所能看到的来看,我做的是正确的。唉,没有快乐

//create and append custom resize (SE) handle
asset.append($('<button />', {text: 'L'}).addClass('ui-resizable-handle ui-resizable-se'));

//give asset resizability
asset.resizable({handles: {se: '.ui-resizable-se'}, aspectRatio: true});
//创建并附加自定义大小调整(SE)句柄
append($('',{text:'L'}).addClass('ui-resizable-handle-ui-resizable-se');
//赋予资产可调整性
asset.resizeable({handles:{se:'.ui resizeable se'},aspectRatio:true});
这两个类没有错误,句柄正确显示。只是阻力没有发生

我已经完成了拖动工作,但只有当我允许jQueryUI为我生成句柄时,而不是使用自定义句柄

提到一个最近修复的带有自定义句柄的bug,但我使用的是最新版本(1.10.3),所以不确定发生了什么

有什么不喜欢的?如果没有什么明显的,我会摆好小提琴来演示

提前谢谢