Ive been at this for hours and i am still unable to get jquery autocomplete to work even after following the examples on here and the examples on github. What are the exact files i am suppose to use because i set everything up, routes are correct, seed and still get no jquery autocomplete, the textbox not doing anything.
Here are the files i am using right now:
autocomplete-rails.js
jquery.js
jquery.min.js
jquery_ujs.js
jquery-ui.js
jquery-ui.min.js
Something doesn’t look right, has anyone done this before, what files do you have?
EDIT, UPDATED AND WORKING:
Make sure you have the correct files AND put the images inside of the public/images folder.
jquery.js
jquery_ujs.js
jquery-ui.js
rails.js
autocomplete-rails.js
application.js
and then have my custom theme:
jquery-ui-1.8.13.custom.css
Rails3 project with jquery need below, and you can check out in
config/application.rbAnd using autocomplete, you need: