I am trying to get autocomplete to work, however, I get a strange javascript error in firebug console ...
I used https://github.com/crowdint/rails3-jquery-autocomplete gem.
The error I get is: $(e).autocomplete is not a function
Here are the scripts that I include in my html:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
<script src="/javascripts/autocomplete-rails.js?1294035084" type="text/javascript"></script>
thank
source
share