search for: p_search

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

Did you mean: _search
2006 Mar 29
0
css, div-tags and ajax
...lass => ''button1'') %> <%=h city.name %> <% end %> Fairly trivial. When I wanted to "ajax-ify" link_to I wrote: <% for city in @cities %> <%= link_to_remote (city.postalcode, :update => ''p_search'', :url => {:action => ''observer''}, :class => ''button1'') %> <%=h city.name %> <% end %> Now this nice css-button1 looks like a plain href. How can I...