这是如何在几个jQuery选择器上绑定(bind)多个事件:$('#selector1,.selector2').bind('event',function(e,ui){//Stuff});但是!你如何绑定(bind)预先声明的jQuery对象。示例:varjSelector1=$('#selector1');varjSelector2=$('.selector2');因为以下内容不起作用:jSelector1,jSelector2.bind(...);也不会:$jSelector1,$jSelector2.bind(...);($jSelector1,$jSelector2).bin