Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions myjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">

</head>
<body>
<input type="text" name="" id="text">
<button class="btn btn-success mt-3" onclick="myclick()" >Copy</button>
</head>
<body>
<input type="text" name="" id="textBox">
<input type="text" name="" id="text">
<button class="btn btn-danger mt-3" onclick="myclick()" >Copy</button>
<p class="fs-1" id="copiedText"></p>

Expand All @@ -23,7 +19,7 @@ <h3 id="copiedText"></h3>
<!-- Modal content here -->
</div>


<div></div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
crossorigin="anonymous"></script>
Expand Down