search for: auto_complete_for_recent_searches

Displaying 1 result from an estimated 1 matches for "auto_complete_for_recent_searches".

2005 Aug 24
1
Re: triggering autocomplete with a button press
...lue="" /> <div class="autocomplete" id="recent_searches_autocomplete"></div> <script type="text/javascript">search_ac = new Ajax.Autocompleter(''search'', ''recent_searches_autocomplete'', ''/search/auto_complete_for_recent_searches'');</script> <img src="/images/button.gif" onClick="javascript:search_ac.show()"> When the user clicks on the button image, it invokes the autocomplete show() function. This correctly displays the autocomplete drop-down div, but it is not active - the items...