123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- /**
- * Created by lenovo on 2017/5/4.
- */
- var xX =1;
- function xinXO(){
- var weihu=document.getElementById("weihu");
- var xinBox=document.getElementById("xinBox");
- if (xX == 1){
- weihu.style.color="red";
- xinBox.style.display="block";
- xX=0;
- } else{
- weihu.style.color="#0064cd";
- xinBox.style.display="none";
- xX=1
- }
- }
- // ��Ϣά���б�չ���¼�����
- // ����չ���¼���ʼ
- //��ʼֵ��һ��
- var xX1 =1;
- function xinXO1(){
- var weihu1=document.getElementById("weihu1");
- var xinBox1=document.getElementById("xinBox1");
- if (xX1 == 1){
- weihu1.style.color="red";
- xinBox1.style.display="block";
- xX1=0;
- } else{
- weihu1.style.color="#0064cd";
- xinBox1.style.display="none";
- xX1=1
- }
- }
- var xX1 =1;
- function xinXO2(){
- var weihu2=document.getElementById("weihu2");
- var xinBox2=document.getElementById("xinBox2");
- if (xX1 == 1){
- weihu2.style.color="red";
- xinBox2.style.display="block";
- xX1=0;
- } else{
- weihu2.style.color="#0064cd";
- xinBox2.style.display="none";
- xX1=1
- }
- }
- var xX1 =1;
- function xinXO3(){
- var weihu3=document.getElementById("weihu3");
- var xinBox3=document.getElementById("xinBox3");
- if (xX1 == 1){
- weihu3.style.color="red";
- xinBox3.style.display="block";
- xX1=0;
- } else{
- weihu3.style.color="#0064cd";
- xinBox3.style.display="none";
- xX1=1
- }
- }
- function del(){
- $("#box").show();
- }
- function delListPage(str){
- //console.info(str);
- $("div[name='box']").eq(str).show();
- }
- function adopt(){
- $("#box1").show();
- }
- function yes(){
- $("#box").hide();
- }
- function no(){
- $("#box").hide();
- }
- function noListPage(obj){
- var _tDiv = $(obj).parent();
- $(_tDiv).hide();
- //console.info(_tDiv);
- }
- function yes1(){
- $("#box1").hide();
- }
- function no1(){
- $("#box1").hide();
- }
|