DIV のサイズを垂直方向に変更するには、jQuery ( jq UI ではなく) を使用するプラグインが必要です。HTML のサンプルを次に示します。
<div class="wrapper" style="width:300px; height:300px; padding:50px; border:1px solid black;">
<div class="resizable" style="height:300px; width:150px; background:green;float:left">
TEST TEST
</div>
<div class="handle" style="width:10px; height:60px; float:left; margin-top:120px; background:red;"> </div>
</div>
ありがとうございました。