link_to_remote not calling "complete"
<ul> <% @items.each do |item| %> <li> <%= link_to_remote(item.name, { :url => { :controller => 'security', :action => 'add_security', :description => item.name, :symbol => item.symbol }, :update => {:success=>'indexFundList', :failure=>'notice'}, :position => :bottom, :loading => "loading()", :complete => "completeAddIndexFund(request)" }) -%> </li> <% end %> </ul>