So I have this textarea where their is a character limit. How to do it? I don't want the "character remaining type" like: "250 characters remaining". I want this type: "250/250" until it will go "0/250". How to do this?
HTML:
<textarea maxlength=250>Text Here</textarea>
<span id="charCount">250/250</span>