I'm attempting to adjust the size of a div element. You can view my progress in this code fiddle: https://jsfiddle.net/bj3m24ks/31/
Kindly refrain from sharing links to other tutorials as I have already explored them all. I attempted to utilize the
$( ".myDIV" ).resizable({ handles: "all"});
method but encountered difficulties.