search for: contact_token

Displaying 1 result from an estimated 1 matches for "contact_token".

Did you mean: contact_tokens
2012 Aug 13
9
Using Jquery plugin "tokenInput" with rails
...lugin to introduce an instant contact search functionality in it. Tried following a railscast http://railscasts.com/episodes/258-token-fields but have been struggling with it for a while. Following is the code I use in my view <%= form_tag({:action => ''show'', :id => @contact_tokens}, :remote => true, > :method=> :get) do %> > <div id="search"> > <%= label_tag "contact_tokens" %> > <%= text_field_tag "contact_tokens", @contact_tokens %> > </div> > > <div class=&...