Tutorials about javascript, css, html, php and more
Count characters in text area using javascript
Today i will explain you how we can count the remaining characters in text area. This is the same as we see in old twitter. First i show u by pictures how this looks like:- When the remaining characters becomes 0 or negative then it shows in red color. The code of the file looks like this:- [code lang="javascript"] <!DOCTYPE HTML> <html> <head> [...]