You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

7 rivejä
231 B

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