my code is very simple
<div id="test"></div>
$( "#test" ).resizable().draggable();
the drag effect could work,but the resizeble doesn't work ,why?
here is example http://jsfiddle.net/udgGn/
my code is very simple
<div id="test"></div>
$( "#test" ).resizable().draggable();
the drag effect could work,but the resizeble doesn't work ,why?
here is example http://jsfiddle.net/udgGn/