hh54188
hh54188

Reputation: 15646

Why my jquery UI resizeable doesn't work?

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

Answers (1)

Andres I Perez
Andres I Perez

Reputation: 75409

You're not including the jQuery UI theme stylesheets: http://jsfiddle.net/udgGn/2/

Upvotes: 1

Related Questions