segunda-feira, 28 de junho de 2021

Menu com efeito ao clicar

 



<script src="https://sites.google.com/site/webunnycrazy/by/CopyClipboard.js"></script>

<script src="https://sites.google.com/site/webunnycrazy/by/CopyClipboard.min.js"></script>



<!doctype html>

<html>

<head>

<meta charset="utf-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<title>CopyClipboard.js: Fast Text Copy JavaScript Library Demo</title>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.1.1/materia/bootstrap.min.css">

<script type="text/javascript" src="CopyClipboard.min.js"></script>

<link href="https://www.cssscript.com/wp-includes/css/sticky.css" rel="stylesheet" type="text/css">

<style>

body { background-color: #f7f7f7; }

.container { margin: 150px auto; }

</style>

</head>

<body>

<div id="css-script-menu">

  <div class="css-script-center">

    <ul>

      <li><a href="https://www.cssscript.com/text-copy-library-copyclipboard/">Download</a></li>

      <li><a href="https://www.cssscript.com/">Back To CSS Script</a></li>

    </ul>

    <div class="css-script-ads">

    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

<!-- CSSScript Demo Page -->

<ins class="adsbygoogle"

     style="display:inline-block;width:728px;height:90px"

     data-ad-client="ca-pub-2783044520727903"

     data-ad-slot="3025259193"></ins>

<script>

(adsbygoogle = window.adsbygoogle || []).push({});

</script></div>

    <div class="css-script-clear"></div>

  </div>

</div>

<div class="container">

<h1>CopyClipboard.js: Fast Text Copy JavaScript Library Demo</h1>

<br><br>

<button data-copy-text="Hello!" class="btn btn-primary">

Click , Copy text

</button>

<br><br>

<label id="label_text" style="display: none;">This is a sample!</label>

<button data-copy-from="#label_text" class="btn btn-default">

Click , Copy from #id

</button>

<br><br>

<button data-copy-text="5+5" onclick="copy.text(this);" class="btn btn-danger">

Click , Copy text with onclick

</button>

<br><br>

<button data-copy-from="#label_text" onclick="copy.from(this);"  class="btn btn-info">

Click , Copy from #id with onclick

</button>

<br><br>

<button onclick="copy.copy_text('Hello my friend!');"  class="btn btn-error">

Click , Copy text with onclick

</button>

</div>

<script>

  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),

  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)

  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');


  ga('create', 'UA-46156385-1', 'cssscript.com');

  ga('send', 'pageview');


</script>

</body>

</html>


Nenhum comentário:

Postar um comentário

Popular Posts