<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-git.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Animate the hiding and showing of two divs, delaying the first before showing it.</title>
</head>
<body>
<p><button>Run</button></p>
<div class="div1"></div>
<div class="div2"></div>
</body>
</html>
HTML Code :
CSS Code :
JavaScript Code :