this is my code
<h3>Comment</h3>
<textarea name="comment" id="comment" placeholder="Your Comment" maxlength="300" required/></textarea>
And I want to display how many characters left like in twitter with JavaScript only !
is there some way ?
I know nothing in javascript !