Displaying 1 result from an estimated 1 matches for "justco".
Did you mean:
justcom
2006 May 21
0
text_field_with_auto_complete in Internet Explorer
Hi,
I''m trying to implement a search feature on my blog:
http://not.justco.de.
It works nicely in Firefox and Safari, but not in Internet Explorer.
This is the code in my _search.rhtml:
<%= text_field_with_auto_complete :post, :title %>
This is in the controller:
def auto_complete_for_post_title
@results = Post.find(:all, :conditions => [ ''LOWER(titl...