Skip to content

Textarea Word Count jQuery Plugin, improved from version 1.0 in that it also calculates word counts on focus and blur (important for pasting)

Notifications You must be signed in to change notification settings

alanhogan/jQuery-Word-Count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

A simple way to get the status of a textarea and update the innerHTML of another element.

Example:

/*Apply*/
jQuery(document).ready(function() { 
	jQuery('#lifeStory').wordCount({counterElement:"lifeStoryCount"});
});

About

Textarea Word Count jQuery Plugin, improved from version 1.0 in that it also calculates word counts on focus and blur (important for pasting)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published