找回密码
 立即注册
快捷导航

Discuz 回复框添加提醒

[复制链接]
茎肛互撸娃 2023-6-27 19:32:39 | 显示全部楼层

Discuz 回复框添加提醒8791 作者:茎肛互撸娃 帖子ID:426

<script>
    document.addEventListener("DOMContentLoaded", function () {
        $("fastpostmessage").style.background = 'url(/static/image/common/bj.gif) no-repeat left top';

        $("fastpostmessage").onfocus = function () {
            $("fastpostmessage").style = '';
        }
        $("fastpostmessage").onblur = function () {
            if ($("fastpostmessage").value == '') {
                $("fastpostmessage").style.background =
                    'url(/static/image/common/bj.gif) no-repeat left top';
            }
        }

        var fastreplybtn = ["post_reply", 'post_replytmp', 'post_reply_right'];
        fastreplybtn.forEach((value, index) => {

            // 获取需要钩取点击事件的元素
            let element = document.getElementById(value);

            // 保存原始的onclick事件处理程序
            var originalOnClick = element.onclick;

            // 创建新的onclick事件处理程序
            element.addEventListener("click", function (event) {
                // 在这里编写您的自定义操作
                console.log("点击事件已被钩取");

                // 调用原始的onclick事件处理程序(如果存在)
                if (typeof originalOnClick === "function") {
                    originalOnClick.call(this, event);
                }

                let reply_tip_ts = setInterval(() => {
                    if (!$("postmessage")) return;
                    clearInterval(reply_tip_ts);
                    $("postmessage").style.background =
                        'url(/static/image/common/bj.gif) no-repeat left top';
                    $("postmessage").addEventListener("input", function (event) {
                        $("postmessage").style = '';
                    });
                    $("postmessage").onfocus = function () {
                        $("postmessage").style = '';
                    }
                    $("postmessage").onblur = function () {
                        if ($("postmessage").value == '') {
                            $("postmessage").style.background =
                                'url(/static/image/common/bj.gif) no-repeat left top';
                        }
                    }
                }, 500);
            });
        });

    }); 
</script>

Discuz 回复框添加提醒3770 作者:茎肛互撸娃 帖子ID:426

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

温馨提示

关于 注册码 问题

      由于近期经常大量注册机器人注册发送大量广告,本站开启免费入群领取注册码注册网站账号,注册码在群公告上贴着...

关于 注册码 问题

      由于近期经常大量注册机器人注册发送大量广告,本站开启免费入群领取注册码注册网站账号,注册码在群公告上贴着...

Archiver|手机版|小黑屋|DLSite

GMT+8, 2024-11-23 15:59

Powered by Discuz! X3.5 and PHP8

快速回复 返回顶部 返回列表