1178232204@qq.com 3 vuotta sitten
vanhempi
commit
49bd6c1472
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      src/js/cdss.js

+ 5 - 0
src/js/cdss.js

@@ -539,6 +539,11 @@ function renderWarningDiag(list, name, number) {
   }, function () {
     $(this).find(".infoImg").css("display", "none");
   });
+  $(".infoImg").hover(function () {
+    $(this).find(".infoImg").css("display", "inline");
+  }, function () {
+    $(this).find(".infoImg").css("display", "none");
+  });
 }
 
 function renderLis(list, showNum) {