Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

9 řádky
253 B

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