Sha256: cdebc2ed272a9910e8b83c2b272789827abcf0dd2790bf9a76450b3590e01994
Contents?: true
Size: 329 Bytes
Versions: 5
Compression:
Stored size: 329 Bytes
Contents
/** * Twenty Fourteen Featured Content admin behavior: add a tag suggestion * when changing the tag. */ /* global ajaxurl:true */ jQuery( document ).ready( function( $ ) { $( '#customize-control-featured-content-tag-name input' ).suggest( ajaxurl + '?action=ajax-tag-search&tax=post_tag', { delay: 500, minchars: 2 } ); });
Version data entries
5 entries across 5 versions & 2 rubygems