Changeset 6577

Show
Ignore:
Timestamp:
01/09/08 06:22:14 (1 year ago)
Author:
matt
Message:

Put a delay on the suggestion, and minimum length. Hat tip: DerFichtl?.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/js/post.js

    r6542 r6577  
    7474 
    7575    // auto-suggest stuff 
    76     jQuery('#newtag').suggest( 'admin-ajax.php?action=ajax-tag-search', { onSelect: tag_flush_to_text } ); 
     76    jQuery('#newtag').suggest( 'admin-ajax.php?action=ajax-tag-search', { onSelect: tag_flush_to_text, delay: 500, minchars: 2 } ); 
    7777});