Rails remote link not working when loaded via AJAX
问题 I guess this question is similar to this one, but asking again as it has not yet been answered. In my rails application, I have a view that contains a list of links that load content via ajax. Here is the partial for the link <%= link_to(story.title, {:controller=>"story", :id=>story.id}, :remote => true , :method=>'get', :class=>'story-link') %> This remote link works fine and loads content via AJAX when the view is loaded via HTTP. The view also has a small remote form which upon submission