Skip to content

Instantly share code, notes, and snippets.

View MohcinBN's full-sized avatar

Mohcin Bounouara MohcinBN

View GitHub Profile
@MohcinBN
MohcinBN / showdivfull
Last active October 8, 2018 17:00
Jquery Click to show div 100%, with css animation
<!DOCTYPE html>
<html lang="en">
<head>
<title>Test</title>
<style>
.text {width: 40%; background: red;}
.back {display:none;}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>