Wie erhalten Sie die Anzahl von Briefen in JavaScript?
//when use length for string this will be return the count of charactor
//in string
$("#about_me_textarea").val().length
Mohamad