Coder Social home page Coder Social logo

yabusaio / cheval Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ryanpcmcquen/cheval

0.0 2.0 0.0 66 KB

:clipboard: Copy to the clipboard using JavaScript without writing JS. A full solution for all browsers and all devices. LibreJS compliant.

Home Page: https://ryanpcmcquen.org/cheval/

License: GNU General Public License v2.0

JavaScript 84.53% HTML 15.47%

cheval's Introduction

Cheval ๐Ÿ“‹

Cheval glass

Just include the library (~2kB!):

<script src="https://cdn.jsdelivr.net/cheval/latest/cheval.min.js"></script>

https://cdn.jsdelivr.net/cheval/latest/cheval.min.js

Provided by:

jsDelivr

Then use the following elements:

  1. <textarea> with the class text-to-copy (can be readonly but not disabled)
  2. <button> with the class js-copy-btn

The library takes cares of the rest. :shipit:

๐Ÿ“ฐ You don't have to write any JavaScript to use it!

=====

So what?! Where does it work?

Almost everywhere!

Desktop:

  • Chrome/Chromium 42+
  • Firefox 41+
  • Internet Explorer 9+
  • Opera 29+
  • Safari 10+

Android:

  • Chrome 42+
  • Firefox 41+

iOS:

  • 10+
What about other browsers?

Everywhere else (old versions of Safari), it will select the text. The library detects iDevices and will change the inital button text to Select text (to avoid confusing the user). After clicking it will say either Now tap 'Copy' (iPhone) or Now tap the text, then 'Copy' (iPad), to account for the strange behavioral differences of these devices.

On desktop Safari (< v10), the button will change to Press Command + C to copy.

On failure the button will say Please copy manually.

=====

โš ๏ธ If you want your textarea to be invisible for some reason, use this CSS:

.text-to-copy {
  opacity: 0;
  position: absolute;
}

Because it will not work with display: none; or visibility: hidden;. ๐Ÿ‘

Note that you should also supplement that CSS with something like this helper library, otherwise people on iOS will not be able to copy at all since Safari doesn't support cool stuff:

https://gist.github.com/ryanpcmcquen/1229119ffcf5098543c0

What else is cool?

If you aren't concerned with maximum compatibility, you can use elements besides a textarea.

You may also add multiple copy elements and buttons to each page, using the following format:

<textarea class="text-to-copy-0"></textarea>
<button class="js-copy-btn-0"></button>

<textarea class="text-to-copy-1"></textarea>
<button class="js-copy-btn-1"></button>

<textarea class="text-to-copy-2"></textarea>
<button class="js-copy-btn-2"></button>

<textarea class="text-to-copy-3"></textarea>
<button class="js-copy-btn-3"></button>

The characters after the dash in text-to-copy- or js-copy-btn- can be anything, they just have to match between the button and element.

For example:

<textarea class="text-to-copy-email"></textarea>
<button class="js-copy-btn-email"></button>

Positioning of the elements and buttons does not matter, they do not need to be near each other on the page. This allows you to write declarative markup and not be concerned with the inner workings of this library. Enjoy!

=====

What does cheval mean?

The name comes from Cheval glass, a type of mirror.

=====

This project is LibreJS compliant!

LibreJS

=====

If you prefer using specific tags instead of the latest version, you may specify a tag in the jsDelivr URL:

https://cdn.jsdelivr.net/cheval/1.1.0/cheval.min.js

=====

Contributing

If you wish to contribute to this project, pull requests are always welcome! Please make sure that any changes pass through http://jslint.com/ with the following options before submitting them:

/*global window*/
/*jslint browser:true*/

=====

Thanks to Lea Verou for lots of support and help with the name.

Thanks to Nikita Tcherednikov for the Cheval icon, provided under the Creative Commons license.

Thanks to Charles Raymond Macauley for the drawing available here. (Public domain)

cheval's People

Contributors

jdavid avatar berndschimmer avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.