A Pen by Anand Thakker

Developer
Size
1,734 Kb
Views
8,096

How do I make an a pen by anand thakker?

What is a a pen by anand thakker? How do you make a a pen by anand thakker? This script and codes were developed by Anand Thakker on 21 December 2022, Wednesday.

A Pen by Anand Thakker Previews

A Pen by Anand Thakker - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by Anand Thakker</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <button id="toggle">Click me</button>
<div class="information"> Some information in the div.
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

A Pen by Anand Thakker - Script Codes CSS Codes

.information { color: gray;
}
.information.active { border: 1px solid red; color: black; display: block;
}

A Pen by Anand Thakker - Script Codes JS Codes

$(document).ready(function() { $('#toggle').click( function (event) { $('.information').toggleClass('active'); } );
}
)
A Pen by Anand Thakker - Script Codes
A Pen by Anand Thakker - Script Codes
Home Page Home
Developer Anand Thakker
Username anandthakker
Uploaded December 21, 2022
Rating 3
Size 1,734 Kb
Views 8,096
Do you need developer help for A Pen by Anand Thakker?

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!

Anand Thakker (anandthakker) Script Codes
Create amazing sales emails 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!