Hide div on click in Jquery

Size
1,914 Kb
Views
18,216

How do I make an hide div on click in jquery?

Can be used for hiding a div / section on mouse click. Hide div on click and it will not display till next refresh/ reload of page.. What is a hide div on click in jquery? How do you make a hide div on click in jquery? This script and codes were developed by Digital Avinash on 12 October 2022, Wednesday.

Hide div on click in Jquery Previews

Hide div on click in Jquery - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>hide div on click in Jquery</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h3>Jquery Hide</h3>
<div class="ex"> <button class="hide">Hide this div</button> <p>This div will be hide on button click with slow time duration</p>
</div> <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Hide div on click in Jquery - Script Codes CSS Codes

div.ex { background-color: #e5eecc; padding: 7px; border: dotted 2px #c3c3c3;
}
body{background:royalblue}

Hide div on click in Jquery - Script Codes JS Codes

//<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
$(document).ready(function(){ $(".ex .hide").click(function(){ $(this).parents(".ex").hide("slow"); });
});
Hide div on click in Jquery - Script Codes
Hide div on click in Jquery - Script Codes
Home Page Home
Developer Digital Avinash
Username digitalavinash
Uploaded October 12, 2022
Rating 3
Size 1,914 Kb
Views 18,216
Do you need developer help for Hide div on click in Jquery?

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!

Digital Avinash (digitalavinash) Script Codes
Create amazing web content 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!