I am trying to implement auto complete with jQuery, but the request itself is not going?
What can be the issue?
<%= f.text_field :ads_login_name, :class => 'input', 'autocomplete_url'=> autocomplete_for_user_ads_login_name_users_path, :disabled => (logged_in_user.id == @user.id) %>
I am calling this in a pop up which i created using an IFrame.