
About: In this example we will see how to limit number of characters to be entered in a HTML textarea. To know more about textarea tag, click here.
Pre-requisites:
Knowledge of HTML
Knowledge of JQuery
Introduction: So many times in our application we have to use comment textbox or textarea. In this comment textbox, user can add their comments/views/feedback.
What if we would like to have limited number of characters that users can add in them? For that purpose we can use JQuery...