When the DOM is loaded, i want to check all my textareas and change their height depending on the text contained. It should look something like that:
$().ready(function (){
//my check textares code
});
Can anyone give me advice how to do that? Thanks.