jquery 多个对象绑定同一个事件
程序员文章站
2022-05-09 22:42:33
...
代码如下:
$("#code-shared,#other-code-shared").change(function() {
//处理过程
});