4 lines
255 B
Plaintext
4 lines
255 B
Plaintext
$('#prescription_place').replaceWith('<%= escape_javascript(render(:partial => "show")) %>');
|
|
|
|
$('#prescriptions').replaceWith('<%= escape_javascript(render(:partial => "prescriptions")) %>');
|
|
$('#prescription_<%= @prescription.id %>').addClass('active'); |