Buy Now
import wixWindow from 'wix-window'; $w.onReady(()=>{ $w("#copyButton").onClick(()=>{ let textMessage = $w("#textInput").value; wixWindow.copyToClipboard(textMessage) .then(()=>{ $w("#copyButton").disable(); $w("#copyButton").label = 'Copied!'; }) }) })
top of page
Authors and Categories
Subscribe to view your freebies.
Free download for signing up.
bottom of page