jQuery の autocomplete で任意のタイミングで候補を探索

<input type="text" name="title" id="title">

とあったとして

$("#title").autocomplete("search");

で好きなタイミングで候補を表示できる。