Slide Toggle for Adam

Developer
Size
2,764 Kb
Views
22,264

How do I make an slide toggle for adam?

What is a slide toggle for adam? How do you make a slide toggle for adam? This script and codes were developed by Jeff Pannone on 12 August 2022, Friday.

Slide Toggle for Adam Previews

Slide Toggle for Adam - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Slide Toggle for Adam</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="featuresBenefits">
<h2>Product Info</h2>
<div class="fb-default"> <ul> <li>Adam is great!!!</li> <li>He loves Design</li> <li>Some day he would like his own puppy</li> <li>He has very, very soft hair</li> </ul>
</div>
<span class="fb-read-more">Read More...</span> <div class="fb-hidden"> <p>Guardsman Anytime Clean &amp; Polish delivers a rich, clean, low-luster shine for a natural glow without oily residue on your wooden furniture. Used regularly to polish wood, it protects and beautifies while helping to conceal the appearance of fine surface scratches. And unlike some furniture polishes, Guardsman Anytime Clean &amp; Polish contains no waxes, abrasives, or silicones, and leaves no greasy film or buildup. Recommended by furniture makers, Guardsman is excellence in furniture care since 1915. </p>
</div>	</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Slide Toggle for Adam - Script Codes CSS Codes

body { background: rgba(0, 0, 0, 0.05); font-family: 'arial'; line-height: 1.3;
}
.featuresBenefits { max-width: 480px; margin: 0 auto; background: #fff; padding: 20px;
}
.featuresBenefits .fb-default { margin-bottom: 20px;
}
.featuresBenefits .fb-hidden { display: none;
}
.featuresBenefits .fb-read-more { padding: 5px; font-size: .8em; text-transform: uppercase; background: #ccc; margin-top: 0px; display: inline-block; cursor: pointer;
}
.featuresBenefits.fb-active .fb-read-more:before { background: red;
}

Slide Toggle for Adam - Script Codes JS Codes

function readMore(){ $(this).next('.fb-hidden').slideToggle(300); $(this).parent('.featuresBenefits').toggleClass('fb-active');
}
$(".fb-read-more").on("click", readMore);
Slide Toggle for Adam - Script Codes
Slide Toggle for Adam - Script Codes
Home Page Home
Developer Jeff Pannone
Username jeffpannone
Uploaded August 12, 2022
Rating 3
Size 2,764 Kb
Views 22,264
Do you need developer help for Slide Toggle for Adam?

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!

Jeff Pannone (jeffpannone) Script Codes
Create amazing blog posts 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!