您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

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