I have been trying to use and onchange event on a text area however nothing has been working. the normal change() or onChange() functions do nothing at all.
I have Tried things like
$('#areaName').on('input', function(){})
$('#areaName').bind('input', function(){})
I have tried eveything solution i have found online to no avail.
I just need the piece of code to trigger a function when the text in the text area has been modified in anyway.
Use keyboard Events, plunker:
js:
If you use jqueryui you can capture resize event as: