you don't need a plugin, this will do it

var string = $("span.string").text();
var count = string.split(" ");
alert(count.length);


Conrad Cheng wrote:
Hi all, Any jquery plugin can check number of word in a string instead using of .length?...

Many thanks.

Conrad

Reply via email to