Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
  <title>ZeroClipboard Starter Snippet - JSBin</title>
  <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" media="all" />
  <script src="//code.jquery.com/jquery-2.1.0.js"></script>
  <script src="//rawgit.com/JamesMGreene/sandblaster/master/dist/sandblaster.min.js"></script>
  <script src="//rawgit.com/zeroclipboard/zeroclipboard/master/dist/ZeroClipboard.min.js"></script>
</head>
<body>
<div id="warning"></div>
<button
  class="clipboard fa fa-copy"
  data-clipboard-text="Copied Button 1 Text"
  title="Copy button 1 text"></button>
<button
  class="clipboard fa fa-copy"
  data-clipboard-text="Copied Button 2 Text"
  title="Copy button 2 text"></button>
<div id="zcState">
    <h3>ZeroClipboard state: <button
  class="zc-state-updater fa fa-refresh"
  title="Refresh state"></button></h3>
    <pre></pre>
</div>
<div>
    <h3>Logs:</h3>
    <ul id="logger"></ul>
</div>
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers