JQuery Practice

Developer
Size
1,849 Kb
Views
4,048

How do I make an jquery practice?

What is a jquery practice? How do you make a jquery practice? This script and codes were developed by Joanne Whelan on 16 January 2023, Monday.

JQuery Practice Previews

JQuery Practice - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>jQuery Practice</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="clickMe">Show Me the Furry Friend of the Day</div>
<div id="picframe">	<img src="https://www.dogteeth.co.uk/wp-content/uploads/2011/01/keep-dogs-teeth-healthy.jpg">
</div> <script src="js/index.js"></script>
</body>
</html>

JQuery Practice - Script Codes CSS Codes

#clickMe{	background: #4d94ff;	padding: 20px;	text-align: center;	width: 205px;	display: block;	border: 4px solid #cceeff;
}
#picframe{	background: #4d94ff;	padding: 20px;	width: 205px;	display: none;	border: 4px solid #cceeff;
}
*{	color: white;	font-family: arial;
}

JQuery Practice - Script Codes JS Codes

$(document).ready(function(){	$("#clickMe").click(function(){	$("img").fadeIn(1000);	$("#picframe").slideToggle("slow");	});
});
JQuery Practice - Script Codes
JQuery Practice - Script Codes
Home Page Home
Developer Joanne Whelan
Username jooonebug
Uploaded January 16, 2023
Rating 3
Size 1,849 Kb
Views 4,048
Do you need developer help for JQuery Practice?

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!

Joanne Whelan (jooonebug) Script Codes
Create amazing video scripts 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!