mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-25 10:38:11 +01:00
fafbee59f9
Built from https://develop.svn.wordpress.org/trunk@25813 git-svn-id: http://core.svn.wordpress.org/trunk@25725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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 } );
|
|
} ); |