动态添加的页面元素手动绑定IP切换
This commit is contained in:
@@ -37,6 +37,12 @@ var addContent = function(obj, contentClassName) {
|
||||
index++;
|
||||
});
|
||||
//$(obj).addClass("hidden");
|
||||
$("select[name$='ipType']").on("change",function(){
|
||||
switchIpInfo(this);
|
||||
});
|
||||
$("select[name$='ipPattern']").on("change",function(){
|
||||
switchIpInfo(this);
|
||||
});
|
||||
}
|
||||
|
||||
//业务窗口关闭
|
||||
|
||||
Reference in New Issue
Block a user