I\'ve been attempting to create a resizable textbox (ASP.NET multiline TextBox / HTML textarea) and use JQuery UI to make it resizable, but seem to
TextBox
textarea
in 2020, this simple solution works..
$('.your-class').each(function (index) { $(this).resizable({ handles: { e: $(this).find('.child-div .handle-resize-class') },