输入banner图图片脚本导航/分类

jquery多个对象绑定同一个事件

代码如下:

$("#code-shared,#other-code-shared").change(function() {
               //处理过程
});