Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/84.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
Jquery 拖放后调整图像大小_Jquery - Fatal编程技术网

Jquery 拖放后调整图像大小

Jquery 拖放后调整图像大小,jquery,Jquery,从这个角度看,如何在放置相同大小的图像的同时调整放置后的图像大小。我尝试了在中拖放 当你拖放helper.clone-x是拖放元素的元素时,你可以为它设置任何css //this x is ur dragged element add any css to it .. x.css("height", "50px"); x.css("width", "50px");

从这个角度看,如何在放置相同大小的图像的同时调整放置后的图像大小。我尝试了在中拖放

当你拖放helper.clone-x是拖放元素的元素时,你可以为它设置任何css

  //this x is ur dragged element add any css to it .. 
            x.css("height", "50px");
            x.css("width", "50px");