ソースを参照

更新 'jquery.js'

WXT往昔 3 年 前
コミット
c95191f245
1 ファイル変更4 行追加4 行削除
  1. 4 4
      jquery.js

+ 4 - 4
jquery.js

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