461e24643c
git-svn-id: https://develop.svn.wordpress.org/trunk@20279 602fd350-edb4-49c9-b593-d223f7449a82
8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
jQuery( function($) {
|
|
$( '#site-search-input' ).autocomplete({
|
|
source: ajaxurl + '?action=autocomplete-site',
|
|
delay: 500,
|
|
minLength: 2
|
|
});
|
|
});
|