how get count of letters in javascript code example
Example: how get count of letters in javascript
//when use length for string this will be return the count of charactor
//in string
$("#about_me_textarea").val().length
//when use length for string this will be return the count of charactor
//in string
$("#about_me_textarea").val().length