1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| setTimeout(function (){
| if (sessionStorage.getItem("YuYan") == "English"){
| document.getElementById("btnAdd").innerText = "Add";
| document.getElementById("btnUpdate").innerText = "Update";
| document.getElementById("btnShuaXin").innerText = "Refresh";
| document.getElementById("btnSerach").innerText = "Search";
| $("#btnAdd").show();
| $("#btnUpdate").show();
| $("#btnShuaXin").show();
| $("#seah").show();
| $("#btnSerach").show();
| $("#Ch1").show();
| translate.execute();
| }else{
| $("#btnAdd").show();
| $("#btnUpdate").show();
| $("#btnShuaXin").show();
| $("#seah").show();
| $("#btnSerach").show();
| $("#Ch1").show();
| }
| },200)
|
|