mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-28 11:11:31 +01:00
3 lines
171 B
JavaScript
3 lines
171 B
JavaScript
|
jQuery( document ).ready( function( $ ) {
|
||
|
$( '#featured-content-tag-name' ).suggest( ajaxurl + '?action=ajax-tag-search&tax=post_tag', { delay: 500, minchars: 2 } );
|
||
|
} );
|