Clipboard JS

All Quick 'n Easy Web Builder support issues that are not covered in the forums below.
Post Reply
moris
Posts: 251
Joined: Fri Aug 18, 2017 8:43 am

Clipboard JS

Post by moris »

Hi,

Since upgrading to Quick n Easy Web Builder my https://clipboardjs.com/ script implementation stopped working.

And I implemented it on the following button:
<input type="submit" id="Button3" onclick="ShowObject('Button1', 1);return false;" name="" value="Copy" style="position:absolute;width:70px;height:40px;" class="btn" data-clipboard-text="COPY VALUE HERE">

Ever since the upgrade of Quick n Easy Web Builder v10 it stopped working. Why is that?

Thank you.
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Clipboard JS

Post by Pablo »

It is difficult to say anything meaningful about this without seeing what you have done.
The software has thousands of options and millions of possible combinations. so, I need more details.

I assume you have republished all files?
Did you check the browser console for errors?
Maybe there is conflict with another script? For example, maybe your code depends on jQuery? Many scripts in QWB10 no longer use jQuery so you may need to add it manually in that case.

For further details about how to share a project file, please see this FAQ:
viewtopic.php?f=10&t=45024
Post Reply