ตั้งค่าการอ่าน

ค่าเริ่มต้น

  • เลื่อนอัตโนมัติ
    +คลังโค้ด Html+

    ลำดับตอนที่ #7 : Code: ไฮไลท์ข้อความแล้วมี Popupบอก+

    • อัปเดตล่าสุด 2 มิ.ย. 50


    <script>
    bBool=false
    var copiedtext=""
    var tempstore=""

    function initiatecopy() {
    bBool=true;
    }

    function copyit() {
    if (bBool) {
    tempstore=copiedtext
    document.execCommand("Copy")
    copiedtext=window.clipboardData.getData("Text");
    if (tempstore!=copiedtext) {
    alert(copiedtext);
    }
    bBool=false;
    }
    }

    document.onselectionchange = initiatecopy
    document.onmouseup = copyit

    </script>

    ติดตามเรื่องนี้
    เก็บเข้าคอลเล็กชัน
    นิยายแฟร์ 2024

    ผู้อ่านนิยมอ่านต่อ ดูทั้งหมด

    loading
    กำลังโหลด...

    อีบุ๊ก ดูทั้งหมด

    loading
    กำลังโหลด...

    ความคิดเห็น

    ×