search
HomeWeb Front-endJS TutorialCopy content to clipboard compatible browser with js_javascript tips

If you want to copy content to the clipboard through js, it is not difficult at first. However, if you consider the browser compatibility issue, it becomes a bit troublesome. Using jquery-zclip to copy is a good choice. Use flash to achieve browser compatibility. . I won’t go into details about the principle, but let’s talk about how to implement it.

For example, my html code is as follows:

Copy the code The code is as follows:


<span id="id_1">Content to be copied 1</span>
<span id="id_2">Content to be copied 2</span>
Content to be copied 3


A total of two js files are required, not to mention jquery , and then there are jquery-zclip.js and ZeroClipboard.swf. These two files can be downloaded on the official website at the following address: http://www.steamdev.com/zclip/

Generate copy button js is as follows
Copy code The code is as follows:



This enables cross-browser copying. It’s not a difficult thing to do. It went smoothly when I tested it. But when I put it into the project, something went wrong. There was no flash where the copy button was generated. , only text. Later, I found out that the flash was actually generated, but not where the text was. It may have something to do with the iframe structure used in the background of my project. I guess this is a bug of this plug-in. After checking a lot of information, there was People said that the code needs to be changed, and then I changed it and it worked.

The code that needs to be modified is as follows
Copy Code The code is as follows:

getDOMObjectPosition: function (obj, stopObj) {
// get absolute coordinates for dom element
var info = {
left: 0,
top: 0,
width: obj.width ? obj.width : obj.offsetWidth,
height: obj.height ? obj.height : obj.offsetHeight
} ;

if (obj && (obj != stopObj)) {
//info.left = obj.offsetLeft; //Before modification
//info.top = obj.offsetTop; / /Before modification
jpos = $(obj).position(); //After modification
info.left = jpos.left; //After modification
info.top = jpos.top; //After modification After
}

return info;
}

Actually, this is related to the principle of this plug-in. He covers the button with a transparent flash. If the two of them do not overlap, the above problem will arise.
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
怎样解决 Windows + Shift + S 无法正常使用的问题?怎样解决 Windows + Shift + S 无法正常使用的问题?May 08, 2023 pm 07:16 PM

检查你的键盘如果键盘快捷键不起作用,则键盘本身可能存在问题。确保它已正确插入并被您的PC识别。有笔记本电脑键盘给您带来麻烦吗?如果您有一个额外的键盘,请将其插入并查看它是否有效。如果是这样,那可能是键盘本身的问题。使用无线键盘?按照制造商的说明重新配对。您还应该检查任何电缆是否损坏,确保按键没有碎屑,然后适当按下。有关更多信息,请查看Windows11键盘损坏的这些修复程序。使用打印屏幕键如果您迫切需要屏幕截图并且没有时间进行故障排除,您可以先使用解决方法。要获得桌面的完整照片,请点击

iPhone上的剪贴板:如何访问它?iPhone上的剪贴板:如何访问它?May 16, 2023 am 10:46 AM

iPhone上的剪贴板在哪里?由于iOS是一个封闭的生态系统,剪贴板是存储在虚拟内存中的内部功能。默认情况下,用户无法查看剪贴板内容或以任何方式对其进行编辑。但是,有一些方法可以在iPhone上访问剪贴板。您可以将剪贴板粘贴到Notes应用程序(或任何其他文本编辑器)中,并在其中保留剪贴板的多个副本,并根据需要对其进行编辑。或者,您可以使用“快捷指令”App创建用于显示剪贴板的快捷方式。最后,您可以使用第三方应用程序,例如粘贴。如何在iPhone上访问剪贴板?无论您喜欢使用内置的“备忘录”应用、

如何解决 Windows 11 复制粘贴功能无响应的问题?如何解决 Windows 11 复制粘贴功能无响应的问题?Apr 26, 2023 pm 08:55 PM

复制一直是保存和共享文件的好方法。它允许您创建手动备份、执行简单的传输,甚至是如果不复制可能会损坏原始文件的修改。但是,如果您在尝试使用WindowsPC上的剪贴板时遇到问题,这有时会很困难。一些Windows11用户最近无法在他们的系统上使用复制粘贴。由于多种原因,可能会出现此问题,如果您在同一条船上,那么您可以在PC上修复它。如何修复Windows11上的复制粘贴由于许多问题可能导致Windows上的复制粘贴出现故障,我们在下面列出了解决此问题的最常见解决方案。我们建议您从第一

qq音乐歌词怎么复制 歌词复制的方法qq音乐歌词怎么复制 歌词复制的方法Mar 12, 2024 pm 08:22 PM

  我们用户们在使用这款平台的时候应该都能够了解到上面对于一些功能的多样性,我们知道一些歌曲的歌词都写的非常的不错。有时候甚至都会多听几遍,觉得其中的含义都是非常深刻的,所以我们想要去了解其中的胜意,就想要直接的复制下来当文案来使用,不过对于要使用的话,还是要学会如何去复制歌词才可以,这些操作方面我相信大家们应该都并不模式,但是在手机上面操作确实是有点难度,所以为了能够让大家们更好的了解的话,今日小编就来为你们好好的讲解上面的一些操作体验,如果你们也喜欢的话,就和小编一起来看看吧,不要错过了。 

如何在 Windows 11 上使用剪贴板历史记录如何在 Windows 11 上使用剪贴板历史记录Apr 19, 2023 pm 12:13 PM

&lt;h2&gt;在Windows11上使用剪贴板历史记录&lt;/h2&gt;&lt;p&gt;您仍然可以使用&lt;strong&gt;右键单击&gt;复制&lt;/strong&gt;并&lt;strong&gt;右键单击&gt;粘贴&lt;/strong&gt;或使用&lt;strong&gt;Ctrl+C&lt;/strong&

截图和截图在 Windows 11/10 上的位置截图和截图在 Windows 11/10 上的位置May 16, 2023 pm 04:01 PM

Windows11中的剪辑和屏幕截图在哪里?这是我们从一些可能刚安装新操作系统或第一次使用截图工具的读者那里得到的问题。该工具旨在截取计算机屏幕的任何或所有部分。为了将事情放在上下文中,PrintScreen键将拍摄您的屏幕的完整快照,但SnippingTool可调整为仅抓取您喜欢的区域。Windows10/11上的截图和屏幕截图在哪里?默认情况下,剪辑和屏幕截图保存到计算机的剪贴板。这意味着要检索它们,您只需将它们粘贴到您想要的应用程序中,例如MicrosoftPaint、Photo

我们仔细研究了 Windows 11 中的建议操作,并向您展示如何禁用它我们仔细研究了 Windows 11 中的建议操作,并向您展示如何禁用它Apr 14, 2023 pm 03:10 PM

微软向DevChannel发布了Windows11InsiderPreviewBuild25115。它引入了一项称为建议操作的新功能。微软用两张截图展示了它。我们仔细看看它是如何工作的。如何在Windows11中使用建议的操作打开任何应用程序并突出显示包含电话号码、日期或时间的文本。使用Ctrl+C或右键单击菜单将所选文本复制到剪贴板。应该会弹出一个带有闪电图标的工具提示,这是建议操作栏。微软将其描述为“内嵌轻量级UI”。该栏显示与剪贴板中的内容相对应的选项。如果您复制了

复制的快捷键是什么复制的快捷键是什么Mar 10, 2023 pm 02:00 PM

复制的快捷键是“Ctrl+c”,与之相对应的粘贴键是“Ctrl+v”;在电脑中,使用鼠标拖拽选中文字,按住Ctrl,再点C键,即可完成复制;快捷键就是指通过某些特定的按键、按键顺序或按键组合来完成一个操作。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version