http://jsfiddle.net/nkesh7e0/1/
enter code here
I recently experimented with jquery ui resizable and created an example in the provided fiddle link.
However, I encountered an issue with the positioning of the anchors. I desire for the anchors to be positioned at the outermost corners when borders are present on my div element. Currently, the anchors are only situated at the corners of the element itself. Is there a way to adjust the anchor location based on border size? Is this a feasible task?
Additionally, I wish for the anchors to retain their current functionality, meaning that regardless of position, they should only resize the div element.