Basic Resizable

Resize Me

Overview

Click on the edge of box and move the edge to resize the box.

Setup

$('#demo').hqyResizable({
  minWidth: 50,
  minHeight: 50
});

html

<div id="demo" style="width:200px;height:150px;border:1px solid #ccc;">
  <div style="padding:20px">Resize Me</div>
</div>