工会web
This commit is contained in:
7
GonghuiWeb/www/m/js/admin_left.js
Normal file
7
GonghuiWeb/www/m/js/admin_left.js
Normal file
@@ -0,0 +1,7 @@
|
||||
function disp(n){
|
||||
for (var i=1;i<10;i++){
|
||||
if (!document.getElementById("left"+i)) return;
|
||||
document.getElementById("left"+i).style.display="none";
|
||||
}
|
||||
document.getElementById("left"+n).style.display="";
|
||||
}
|
||||
Reference in New Issue
Block a user