User Tools

Site Tools


notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
notes [2025/10/08 09:38] adminnotes [2025/10/08 09:59] (current) admin
Line 68: Line 68:
 <!-- Copy all text in editor area --> <!-- Copy all text in editor area -->
 <script language="Javascript" > <script language="Javascript" >
-$('button').on('click', () => +document.querySelector("button").onclick = function(){ 
-  navigator.clipboard.writeText($('textarea').val()); +    document.querySelector("textarea").select()
-});+    document.execCommand('copy'); 
 +}
 </script> </script>
 </body> </body>
notes.txt · Last modified: by admin