Skip to content

Instantly share code, notes, and snippets.

@jwreagor
Created June 23, 2010 19:47
Show Gist options
  • Save jwreagor/450447 to your computer and use it in GitHub Desktop.
Save jwreagor/450447 to your computer and use it in GitHub Desktop.
<!-- Worse than RJS -->
= link_to_function("Add widget", :class => "new-widget", :id => "add_link") do |page|
- page << %Q{$(this).after('#{escape_javascript render(:partial => 'form', :object => Widget.new, :locals => { :thing => @thing, :that => @that})}').next().show();$(this).siblings('.no-information').remove(); return false;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment