Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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
 
PREVIOUS NEXT
Tagged: #count #letters #javascript
ADD COMMENT
Topic
Name
3+8 =