jquery 基本事件
jquery 禁止冒泡:
$( function(){ $('body').mousedown(function(){ alert(e.which);//1:左键,2:中键,3:右键});});?
?
?
?
发布时间: 2012-11-23 22:54:33 作者: rapoo
jquery 基本事件
jquery 禁止冒泡:
$( function(){ $('body').mousedown(function(){ alert(e.which);//1:左键,2:中键,3:右键});});?
?
?
?