選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

9 行
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)