Hi I want to be able to count the number of displayed characters in a Div with javascript/jquery. For example
This is my div!&l
$('#mydiv').text().length
should do the trick.