I use last version: ui-1.5b4
Here is my code:
...
function ()
{
$('<div id="note" class="sticker"></div>').appendTo("body");
$("#note").draggable()
$("#note").resizable({autohide: true, minHeight: 150, minWidth:
70});
}
...
in result I have certainly that div at my page and can drag it and
when I move mouse over it I can see resize
handle but can't resize.
I think it's my mistake but where it?