How to implement div resize left on size bar?

How to implement div resize left on size bar?

I want to use minimal JQuey CSS without calling for the large css file.  On my page I wish to be able to resize the ride side bar of which I'm pretty sure the following should work;
  1. $('.Quick-Sidebar').resizable({
  2. handle: 'w'
  3. });

I've recently removed this from my page as it was simply breaking my tab switcher on my sidebar causing problems...

How can I make my sidebar resizeable please?