Przeglądaj źródła

更新 'jquery.js'

WXT往昔 3 lat temu
rodzic
commit
77ec0089bd
1 zmienionych plików z 0 dodań i 27 usunięć
  1. 0 27
      jquery.js

+ 0 - 27
jquery.js

@@ -9,33 +9,6 @@ void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=n.find.attr(a,b),null==e?voi
     })
 }
 
-文字渐显_循环 = function (table = '标签',value = '内容',time = '时间') {
-setTimeout(function () {
-    let i = 0;
-    setInterval(function () {
-        if (i === value.length){
-         $(table).empty();
-         i=0;
-        }
-        $(table).append(value[i]);
-        i++;
-    },time);
-},300)
-}
-
-文字渐显_单次 = function (table = '标签',value = '内容',time = '时间') {
-setTimeout(function () {
-    let i = 0;
-    let j = setInterval(function () {
-        if (i === value.length){
-            clearInterval(j);
-        }
-        $(table).append(value[i]);
-        i++;
-    },time);
-},300)
-}
-
 滑动显示 = function (table1 = '标签一',time = '时间') {
     $(table1).css({
         overflow:'hidden',