All pastes #2046301 Raw Edit

Miscellany

public text v1 · immutable
#2046301 ·published 2011-04-14 08:56 UTC
rendered paste body
## console output:


Started GET "/checklist_templates/new" for 127.0.0.1 at 2011-04-14 10:42:18 +0200
  Processing by ChecklistTemplatesController#new as JS
Rendered checklist_templates/_new_checklist_form.html.erb (5.0ms)
Rendered checklist_templates/new.js (6.7ms)
Completed 200 OK in 44ms (Views: 20.4ms | ActiveRecord: 0.0ms)



## new.js:

alert('foo');

$("#new_checklist_form").html("<%= escape_javascript(render 'new_checklist_form')%>");
$("#new_checklist_link").html("");

alert('lala');