Skip to main content

All Questions

55 votes
7 answers
36k views

How to set-up jquery-ui autocomplete in Rails

I need some help on how to implement a jquery-ui autocomplete in my Rails app. I want to add autocompletion to a text field where the user can enter in a customer name. As there can be hundreds of ...
Oscar's user avatar
  • 3,248
0 votes
0 answers
104 views

Add parameter to rails3-jquery-autocomplete (now rails-jquery-autocomplete) in addition to "term"

When autocomplete sends the query string it contains a parameter of term. See here: Started GET "/nodes/autocomplete_user_first_name?term=Mi" for 127.0.0.1 Processing by NodesController#...
mike0416's user avatar
  • 461
2 votes
2 answers
2k views

How to add link to all search below autocomplete popup in jQuery.ui.autocomplete?

I have search suggestion autocompletion using jQuery UI autocomplete plugin. http://jqueryui.com/autocomplete/ But how to add on the bottom of results popup item which behaves like on Quora(see below)...
tomekfranek's user avatar
  • 6,999