crowdint / rails3-jquery-autocomplete

An easy and unobtrusive way to use jQuery's autocomplete with Rails 3

Home Page:http://rubygems.org/gems/rails3-jquery-autocomplete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autocomplete not working

sridharbs opened this issue · comments

I have been getting this error "a is undefined" in autocomplete-rails.js line no.17 in Firebug console.

Thanks

Where are including the js in your layout file?

I have included it in application.js after jquery-1.9.1 and jquery_ujs

@sridharbs are you still facing this issue ?

No, after updating to the latest build, the issue was fixed. Thanks