Click Me!

Developer
Size
1,738 Kb
Views
6,072

How do I make an click me!?

What is a click me!? How do you make a click me!? This script and codes were developed by Sudipta Das on 21 January 2023, Saturday.

Click Me! Previews

Click Me! - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Click Me!</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <p><button id="btn" onclick="clikf(this)">I've been clicked <span id="clk">0</span> times</button></p> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Click Me! - Script Codes CSS Codes

#btn{color:red;}
#clk{color:blue;}

Click Me! - Script Codes JS Codes

 function clikf(id){ var clk=$(id).find('#clk').text(); console.log(clk); clk++;
$(id).find('#clk').text(clk); var temp=" <button id='btn' onclick='clikf(this)'>I've been clicked <span id='clk'>0</span> times</button>"; $('p').append(temp); }
Click Me! - Script Codes
Click Me! - Script Codes
Home Page Home
Developer Sudipta Das
Username sdas13
Uploaded January 21, 2023
Rating 3
Size 1,738 Kb
Views 6,072
Do you need developer help for Click Me!?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Sudipta Das (sdas13) Script Codes
Create amazing art & images with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!