1.两个事件有两种不同的方法 jQuery("#id").click(func1(){}).mouseover(func2(){}) ;2.两个事件调用同一种方法 jquery("#id").bind("click mouseover",function(){});