This is about creating a character counter for textarea and limit it accordingly. You may have seen this kinda stuff in some messaging site mostly in sites which provides SMS facilities. They limit us to enter only specified number of characters in text area. Also in some sites there are limitation on characters in comments. … Continue reading Character counter in JavaScript
Tag: javascript
Create tab view in java script
With the combination of div tag, style:display attribute of div tag and java script one can make a simple tab view which look something like as follow: Following is the js code for that: The html code:- And the css used in this example: