Comment obtenir le compte de lettres en javascript
//when use length for string this will be return the count of charactor
//in string
$("#about_me_textarea").val().length
Mohamad