Elementals.js

Latest Version: 3.7 Final 20 December 2018

Method _.Select.toClipboard

Copies any currently selected text to the clipboard if the browser supports this from scripting. Will issue a console warning and return false should the browser not support this capability.

Calling Convention:
_.Select.toClipboard()
Parameters:
None
Returns:
true if supported in the current browser
false if it is not.

Advertisement