测试三 $('button:eq(2)').mousedown(2222,function(){ alert(e.data); }) 这么写怎么没反应???
thanks a lot.
$('button:eq(2)').mousedown(2222,function( ->e<- ){ alert(e.data); })//这里少了个e
少个参数e
好吧,自己知道了