File "suggest.js"

Full Path: /home/warrior1/public_html/plugins/jetpack/modules/theme-tools/js/suggest.js
File size: 210 bytes
MIME-type: text/plain
Charset: utf-8

/* global ajaxurl:true */
jQuery( function ( $ ) {
	$( '#customize-control-featured-content-tag-name input' ).suggest(
		ajaxurl + '?action=ajax-tag-search&tax=post_tag',
		{ delay: 500, minchars: 2 }
	);
} );