The act of converting content from its original format into a format capable of being displayed on the web
Manage Multiple WordPress Sites

Twitter-like Word and Character Counter – jQuery counter

jQuery counter is a word counter that can be used to limit the word/character count not unlike Twitter does.

charactercount Twitter like Word and Character Counter   jQuery counterThe plugin can limit both words and characters, and it’s useful for forums, IM services and basically every textbox that you think should be limited.

jQuery counter shows the characters/words left at the bottom of the box, and has a handful of neat options — in some cases you may want to disable the word limit after an event was triggered.

If that’s the case, simply

$("#keepCountingChar").counter({
				goal: 'sky'
			});

And the sky will be the limit!

 

Manage WordPress Blogs

Comments: