You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
<buttonclass='my_clip_button' data-clipboard-target='fe_text' data-clipboard-text='Default clipboard text from attribute' id='d_clip_button' title='Click me to copy to clipboard.'><b>Copy To Clipboard...</b></button><divclass='demo-area'><h4><labelfor='fe_text'>Change Copy Text Here</label></h4><textareacols='50' id='fe_text' rows='3'>Copy me!</textarea><h4><labelfor='testarea'>Paste Text Here</label></h4><textareacols='50' id='testarea' rows='3'></textarea><p><buttonid='clear-test'>Clear Test Area</button></p></div><script>$(document).ready(function(){varclip=newZeroClipboard($("#d_clip_button"))});$("#clear-test").on("click",function(){$("#fe_text").val("Copy me!");$("#testarea").val("");});</script>
Added in Gemfile > bundle install > application.js added "//= require zeroclipboard
"
Created page with code:
Error in console:
copy_htmls:168 == line with "var clip = new ZeroClipboard($("#d_clip_button"))"
Any solutions?
The text was updated successfully, but these errors were encountered: