Reputation: 15646
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/
Upvotes: 0
Views: 61
Reputation: 75409
You're not including the jQuery UI theme stylesheets: http://jsfiddle.net/udgGn/2/
Upvotes: 1