Skip to content

Instantly share code, notes, and snippets.

@rhysforyou
Created February 20, 2012 03:11
Show Gist options
  • Select an option

  • Save rhysforyou/1867523 to your computer and use it in GitHub Desktop.

Select an option

Save rhysforyou/1867523 to your computer and use it in GitHub Desktop.
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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment