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;
- $('.Quick-Sidebar').resizable({
- handle: 'w'
- });
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?