Следите за новостями любимого конструктора сайтов uCoz в социальных сетях!
Небольшим плагином... разместить в форме добавления сообщения после $_MESSAGE$
<span style="color:#FF0000"> Кол-во введенных Вами слов : <span id="display_count">0</span> <script> jQuery.fn.wordCount = function(params){ var p = { counterElement:"display_count" }; var total_words; if(params) { jQuery.extend(p, params); } this.keypress(function() { total_words=this.value.split(/[\s\.\?]+/).length; jQuery('#'+p.counterElement).html(total_words); }); }; $('#message').wordCount(); </script>
Не работает в визульном редакторе....
Источник http://roshanbh.com.np/2008/10/jquery-plugin-word-counter-textarea.html