Вход Регистрация
Файл: wordpress/wp-admin/js/word-count.js
Строк: 45
<?php
/* global wordCountL10n */
var wpWordCount;
(function($,
undefined) {
    
wpWordCount = {

        
settings : {
            
strip : /<[a-zA-Z/][^<>]*>/g// strip HTML tags
            
clean : /[0-9.(),;:!?%#$¿'"_+=\/-]+/g, // regexp to remove punctuation, etc.
            
: /Ss+/g// word-counting regexp
            
: /S/// char-counting regexp for asian languages
        
},

        
block 0,

        
wc : function(txtype) {
            var 
this= $('.word-count'), tc 0;

            if ( 
type === undefined )
                
type wordCountL10n.type;
            if ( 
type !== 'w' && type !== 'c' )
                
type 'w';

            if ( 
t.block )
                return;

            
t.block 1;

            
setTimeout( function() {
                if ( 
tx ) {
                    
tx tx.replacet.settings.strip' ' ).replace( /&nbsp;|&#160;/gi, ' ' );
                    
tx tx.replacet.settings.clean'' );
                    
tx.replacet.settings[type], function(){tc++;} );
                }
                
w.html(tc.toString());

                
setTimeout( function() { t.block 0; }, 2000 );
            }, 
);
        }
    };

    $(
document).bind'wpcountwords', function(etxt) {
        
wpWordCount.wc(txt);
    });
}(
jQuery));
?>
Онлайн: 1
Реклама