Skip to content
This repository has been archived by the owner on Apr 13, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (12 loc) · 582 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 582 Bytes

clip-j

A JavaScript Flash free clipboard implementation.

Include in JavaScript

<script src="https://cdn.rawgit.com/Triforcey/clip-j/d4cf52adb248f236331acd8401610fc198a1fb57/clip-j.js" ></script>

Usage

clip('text-to-copy');

Important!

For security reasons, this only works when the user caused the clip command to run. This can be caused through clicking something, or something as little as moving their cursor.

Test Page

https://cdn.rawgit.com/Triforcey/clip-j/b9bf3d7422abf459381df34f850bdadcf6545d65/test.html

PLEASE REPORT ANY BUGS! THANK YOU!

;-)