Twitter like character counter - jQuery version
Posted
by bipinjoshi
on ASP.net Weblogs
See other posts from ASP.net Weblogs
or by bipinjoshi
Published on Wed, 15 Dec 2010 04:00:00 GMT
Indexed on
2010/12/16
4:11 UTC
Read the original article
Hit count: 326
My recent article titled "Displaying a Character Counter for Multiline Textboxes" shows you how to create a character counter like Twitter for multiline textboxes. The articles does so using ASP.NET AJAX client behavior. Here is a jQuery version of the code that does similar job. Note, however, that unlike ASP.NET AJAX client behavior as illustrated in the article the following code takes a "function" based approach to quickly implement similar functionality.
http://www.bipinjoshi.net/articles/84e691b2-0306-4911-87bb-875806ba981b.aspx
© ASP.net Weblogs or respective owner