Skip to content

Instantly share code, notes, and snippets.

@austinfromboston
Created September 10, 2008 16:45
Show Gist options
  • Save austinfromboston/9944 to your computer and use it in GitHub Desktop.
Save austinfromboston/9944 to your computer and use it in GitHub Desktop.
s.data = s.data + '&' + $('form.link_form').serialize();
<% form_for :all_links, :url => '/some/route', :html => { :class => 'hidden link_form' } do |f| %>
&nbsp;
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment