I have a widget displayed in the corner of my browser that I would like to make resizable by dragging the header upwards to increase its height. The widget's position remains fixed with its bottom, left, and right properties unchanged, but I need the top property to adjust so that the widget can expand up to the maximum height defined by its CSS.
While jQueryUI offers a resizable behavior, I am unable to use it for this particular project. However, we do have jQuery at our disposal. Are there any examples or suggestions for achieving this functionality without jQueryUI? Any tips, ideas, or JSFiddle demos would be greatly appreciated to help me get started in the right direction. I explored CSS3 resizable options, but they only show the standard resizing icon in the bottom right corner, similar to a textarea.