How to change the size of TextArea?
Hello,
I want to set the size of the TextArea to adapt to the content in the TextArea.
The code is like this :
$('textarea[dsid="mobiletextarea_44"]').css('height', 'auto');
mobiletextarea_44 is the name of TextArea.
But it does not work.So how to do?