jquery 基本事件
jquery 禁止冒泡:
$( function(){ $('body').mousedown(function(){ alert(e.which);//1:左键,2:中键,3:右键});});
?