DistroPropaganda/code/rails31/depot_r/app/views/line_items/create.js.erb
2018-11-24 13:20:20 +01:00

8 lines
237 B
Text

$("#notice").hide();
if ($('#cart tr').length == 1) { $('#cart').show('blind', 1000); }
$('#cart').html("<%=j render @cart %>");
$('#current_item').css({'background-color':'#88ff88'}).
animate({'background-color':'#114411'}, 1000);