Chrome makes textareas resizable by default. How can I attach events to the resizing events for the textareas ? Doing the naive $('textarea').resize(function(){...}) does nothing.
Chrome makes textareas resizable by default. How can I attach events to the resizing
Share
It doesn’t look like you can specifically attach events to resizing a textarea. The resize event fires when the window is resized.