Changing value of TextArea
Changing value of TextArea
How do I call JQuery when typing into a textarea please
$('textarea').on('input change', function(e) {
alert(e.currentTarget.value);
});
Doesn't' do anything. I just isn't being called
Thanks
Topic Participants
info