coffeeScript 的细小差别
$('.drink li a').click = function(e) { e.preventDefault(); return alert($(this).text());};