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