jquery一个控件绑定多个事件
问题:jquery一个控件绑定多个事件

jquery怎样一个控件绑定多个事件

添加解决方案
jQuery("#id").bind("click mouseover",function(){})  // 两个事件中间有空格