Zibll子比主题独立下载页面美化样式

我更新的动力 - 源自您的关注。

------正文内容展示,开始汲取新知识啦------
温馨提示:本文最后更新于2024-04-22 10:51:29,某些文章具有时效性,若有错误或已失效,请在下方留言。

演示图

down

教程

下载文件覆盖掉download.php即可(文件路径:/wp-content/themes/zibll/pages/download.php),更新前记得备份!记得备份!记得备份!不然就没后悔药吃了!

JS代码(点击复制密码功能,单独的)

<!--下载页面密码复制-->
if(document.querySelectorAll(".but-download .badg")!=undefined){
    const reg = /[a-zA-z0-9]/ig;
    const copy = document.querySelectorAll(".but-download .badg");
    for (let i = 0; i < copy.length; i++) {
      copy[i].index = i;
      copy[i].setAttribute("data-toggle", "tooltip");
      copy[i].setAttribute("data-original-title", "点击复制");
      copy[i].addEventListener("click", copyOperation);
    };
    function copyOperation() {
      var oInput = document.createElement("input");
      let text = this.innerText;
      text = text.match(reg).join("");
      oInput.value = text;
      document.body.appendChild(oInput);
      oInput.select();
      document.execCommand("Copy");
      oInput.className = "oInput";
      oInput.style.display = "none";
      this.setAttribute("data-original-title", "已复制");
    };
};
------本文内容已结束,喜欢请分享------

感谢您的访问,Ctrl+D收藏本站吧。

Zibll子比主题独立下载页面美化样式-恬静思考,集思广益恬集社
Zibll子比主题独立下载页面美化样式
此内容为付费资源,请付费后查看
30积分
资源大小10.84KB
付费资源
五月 20

恬集社的今时往日

  • 吼吼~~~,往年的今天博主不知道跑哪里偷懒去了~~~
© 版权声明
THE END
喜欢就支持一下吧
点赞8赞赏 分享打赏
评论 抢沙发

请登录后发表评论

    暂无评论内容

社区求救信号帮助是一种美德